兼容 ie 浏览器

This commit is contained in:
zhengjie
2019-05-14 10:03:06 +08:00
parent bbd60997a1
commit 1b9f10480b
5 changed files with 7 additions and 8 deletions

View File

@@ -22,9 +22,7 @@ const createLintingRule = () => ({
module.exports = {
context: path.resolve(__dirname, '../'),
entry: {
app: './src/main.js'
},
entry:["babel-polyfill","./src/main.js"],
output: {
path: config.build.assetsRoot,
filename: '[name].js',