Home

Issue: 781

babel-polyfill invalid

[issue link]

2017.5.25

1. npm install -g vue-cli
2. vue init nuxt/starter  project
3. cd project && npm install
4.npm run dev

iE 11 error
“Promise”未定义
1

5.npm install --save  babel-polyfill
6. nuxt.config.js  -> build -> vendor: ['babel-polyfill']
7. npm run dev

ie11 still error
“Promise”未定义

This question is available on Nuxt.js community (#c667)