标签:string config 安装 -- 使用 export 模拟 types web
npm install --save babel-polyfill
在webpack.config.js文件中,使用
module.exports = {
entry: {
app: ["babel-polyfill", "./src/main.js"]
}
};
替换
module.exports = {
entry: {
app: ‘./src/main.js‘
}
}
VUE项目 - IE报vuex requires a Promise polyfill in this browser问题解决
标签:string config 安装 -- 使用 export 模拟 types web
原文地址:http://www.cnblogs.com/tongbiao/p/7784983.html