Skip to content

Commit 4fe775b

Browse files
committed
updated entry file with babel polyfill - seems to be an issue with an updated version of lodash
1 parent d62fc52 commit 4fe775b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
module.exports = {
3-
entry: ['./src/app.js'],
3+
entry: ['babel-polyfill', './src/app.js'],
44
output: {
55
path: __dirname + '/build/assets',
66
filename: "bundle.js",

0 commit comments

Comments
 (0)