module.exports = { configureWebpack:config => { config.entry.app = ["@babel/polyfill","./src/main.js"] } }