aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index b578d49c..fadf35a7 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -40,7 +40,7 @@ module.exports = (env, argv) => {
{
test: /\.css$/,
use: [
- MiniCssExtractPlugin.loader,
+ dev? "style-loader" : MiniCssExtractPlugin.loader,
{
loader: 'css-loader'
},