There was an error while loading. Please reload this page.
1 parent d62fc52 commit 4fe775bCopy full SHA for 4fe775b
build-config/webpack.config.js
@@ -1,6 +1,6 @@
1
'use strict';
2
module.exports = {
3
- entry: ['./src/app.js'],
+ entry: ['babel-polyfill', './src/app.js'],
4
output: {
5
path: __dirname + '/build/assets',
6
filename: "bundle.js",
0 commit comments