This commit is contained in:
youxingzhi
2018-03-09 17:22:33 +08:00
parent f6de5a2be8
commit a7b717334c
3 changed files with 10 additions and 1073 deletions

View File

@@ -12,5 +12,12 @@ module.exports = merge(baseConfig, {
filename: 'vue-tree-list.min.js',
library: 'VueTreeList',
libraryTarget: 'umd'
}
},
plugins: [
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
}
})
]
})