This commit is contained in:
willyb321
2018-09-29 08:06:15 +10:00
parent e46bb425fe
commit 8f0cca4fd9

View File

@@ -11,7 +11,7 @@ const buildDate = new Date();
module.exports = {
devtool: 'source-map',
entry: {
main: ['babel-polyfill', './src/app/index.js']
main: ['./src/app/index.js']
},
resolve: {
extensions: ['.js', '.jsx', '.json', '.less']