兼容 ie 浏览器
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user