Browse Source

chore: set compact to false to build unminified version

Gerald 8 years ago
parent
commit
b98b9ae088
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/webpack.base.conf.js

+ 1 - 0
scripts/webpack.base.conf.js

@@ -65,6 +65,7 @@ module.exports = {
     }, {
       babili: (...args) => Object.assign(babiliPreset(...args), {
         minified: !!MINIFY,
+        compact: !!MINIFY,
       }),
     }),
   ].filter(Boolean),