about summary refs log tree commit diff
path: root/config/webpack/production.js
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-06-11 17:42:42 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-06-11 10:42:42 +0200
commit3690f04e4a84fa43c43b39e5e3884a20c9e0efe3 (patch)
treef9b712b8b0ea349aa8260d23fac98e1d293108c5 /config/webpack/production.js
parentf3e8bc9f8f6007b7bddc230be9c2ec865b5cb75e (diff)
Remove comments for eslint-disable (#3691)
Diffstat (limited to 'config/webpack/production.js')
-rw-r--r--config/webpack/production.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack/production.js b/config/webpack/production.js
index c93dd55e3..755464061 100644
--- a/config/webpack/production.js
+++ b/config/webpack/production.js
@@ -1,7 +1,5 @@
 // Note: You must restart bin/webpack-dev-server for changes to take effect
 
-/* eslint global-require: 0 */
-
 const webpack = require('webpack');
 const merge = require('webpack-merge');
 const CompressionPlugin = require('compression-webpack-plugin');