summaryrefslogtreecommitdiffstats
path: root/webpack.prod.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.prod.js b/webpack.prod.js
index f081567b..7e633710 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -2,6 +2,6 @@ const merge = require('webpack-merge')
const common = require('./webpack.common.js')
module.exports = merge(common, {
- mode: 'production',
- devtool: '#source-map'
+ mode: 'production',
+ devtool: '#source-map'
})