We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78417db commit b00f3beCopy full SHA for b00f3be
client/webpack.client.base.config.js
@@ -11,7 +11,7 @@ module.exports = {
11
'jquery',
12
'jquery-ujs',
13
],
14
- app: [],
+ app: ['babel-core/polyfill'],
15
},
16
resolve: {
17
extensions: ['', '.webpack.js', '.web.js', '.js', '.jsx', '.scss', '.css', 'config.js'],
0 commit comments