Commit 383884c7 by 吕海涛

打包文件配置

parent 011d399b
...@@ -18,7 +18,8 @@ exports.cssLoaders = function (options) { ...@@ -18,7 +18,8 @@ exports.cssLoaders = function (options) {
const cssLoader = { const cssLoader = {
loader: 'css-loader', loader: 'css-loader',
options: { options: {
sourceMap: options.sourceMap sourceMap: options.sourceMap,
minimize:true
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment