Skip to content

Commit da3d641

Browse files
committed
update lots of dependencies
1 parent d35ebbf commit da3d641

File tree

3 files changed

+3440
-10431
lines changed

3 files changed

+3440
-10431
lines changed

build-webpack.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var jsDest = path.resolve('./conditional/static/js');
66
var publicPath = 'static/js';
77

88
var babelQuery = {
9-
"presets": ["es2015", "stage-1"],
9+
"presets": ["@babel/preset-env"],
1010
"plugins": []
1111
}
1212

@@ -65,6 +65,9 @@ var webpackConfig = {
6565
},
6666
]
6767
},
68+
optimization: {
69+
emitOnErrors: true,
70+
}
6871
};
6972

7073
webpack(webpackConfig, (err, stats) => {

0 commit comments

Comments
 (0)