File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const componentExampleLoader = require.resolve('../loaders/component-example-loa
29
29
const webpackConfig = {
30
30
entry : {
31
31
app : [
32
+ 'babel-polyfill' ,
32
33
'./docs/app/index.js' ,
33
34
'./build/docs/offline.js'
34
35
]
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export default {
12
12
devtool : 'cheap-module-eval-source-map' ,
13
13
entry : {
14
14
docs : [
15
+ 'babel-polyfill' ,
15
16
'./docs/app/index.js' ,
16
17
'./build/local/client'
17
18
]
Original file line number Diff line number Diff line change 51
51
"babel-eslint" : " ^8.0.1" ,
52
52
"babel-loader" : " ^7.1.2" ,
53
53
"babel-plugin-syntax-dynamic-import" : " ^6.18.0" ,
54
+ "babel-polyfill" : " ^6.26.0" ,
54
55
"babel-preset-env" : " ^1.6.1" ,
55
56
"babel-preset-es2015" : " ^6.24.1" ,
56
57
"babel-preset-stage-3" : " ^6.24.1" ,
You can’t perform that action at this time.
0 commit comments