Skip to content

Commit 121ba14

Browse files
committed
fix: add babel-polyfill & fix bug for IE
1 parent 7218b2d commit 121ba14

File tree

4 files changed

+8640
-27
lines changed

4 files changed

+8640
-27
lines changed

client/build/webpack.base.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ let config = {
1212
devtool: '#cheap-module-eval-source-map',
1313
entry: {
1414
'modules/admin': [
15+
'babel-polyfill',
1516
CLIENT_FOLDER + '/src/modules/admin/app'
1617
],
1718
'modules/front': [
19+
'babel-polyfill',
1820
CLIENT_FOLDER + '/src/modules/front/entry-client'
1921
]
2022
},

0 commit comments

Comments
 (0)