egoist / vuepack

:package: A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron)
http://vuepack.surge.sh
MIT License
2.43k stars 202 forks source link

[Suggestion] Add babel-polyfill to the project #142

Open Enchufadoo opened 7 years ago

Enchufadoo commented 7 years ago

Hi I was just testing this with JavaFx webview, I got an error when trying to run the site:

TypeError: undefined is not a function (evaluating 'Object.assign')

I solved it by installing babel-polyfill

I think I'm using a custom implementation of webkit that comes with the framework. Thought you may wanted to know.

egoist commented 7 years ago

nah, I might only add Object.assign polyfill, you don't need all of babel-polyfill.