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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js
index eb6b7aef4..653866b93 100644
--- a/client/config/webpack.common.js
+++ b/client/config/webpack.common.js
@@ -173,6 +173,10 @@ module.exports = {
173 173
174 }, 174 },
175 175
176 sassLoader: {
177 precision: 10
178 },
179
176 /* 180 /*
177 * Add additional plugins to the compiler. 181 * Add additional plugins to the compiler.
178 * 182 *