Update some dependencies

This commit is contained in:
Tyler Long
2018-03-06 14:37:27 +08:00
parent 204b029973
commit 3f55200737
11 changed files with 2001 additions and 681 deletions

View File

@@ -1,6 +1,7 @@
import { jsConfig } from './webpack.config.base'
const minConfig = jsConfig()
minConfig.mode = 'production'
minConfig.output.filename = '[name].min.js'
export default [minConfig]