Skip to content

Commit b00f3be

Browse files
committed
Add babel-core/polyfill to webpack.client.base
1 parent 78417db commit b00f3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/webpack.client.base.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
'jquery',
1212
'jquery-ujs',
1313
],
14-
app: [],
14+
app: ['babel-core/polyfill'],
1515
},
1616
resolve: {
1717
extensions: ['', '.webpack.js', '.web.js', '.js', '.jsx', '.scss', '.css', 'config.js'],

0 commit comments

Comments
 (0)