aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/config/webpack.common.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/config/webpack.common.js')
-rw-r--r--client/config/webpack.common.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js
index a48518a35..eb6b7aef4 100644
--- a/client/config/webpack.common.js
+++ b/client/config/webpack.common.js
@@ -147,12 +147,6 @@ module.exports = {
147 loader: 'json-loader' 147 loader: 'json-loader'
148 }, 148 },
149 149
150 /*
151 * Raw loader support for *.css files
152 * Returns file content as string
153 *
154 * See: https://github.com/webpack/raw-loader
155 */
156 { 150 {
157 test: /\.scss$/, 151 test: /\.scss$/,
158 exclude: /node_modules/, 152 exclude: /node_modules/,