My code doesn't work in IE and I am having trouble getting to the bottom of it. I need a Promise polyfill, so my goal was to import "babel-polyfill" at my main app.js and see if this worked.
I am running into trouble however, because it seems with VueJs and vue-brunch, somehow the babel code is not being executed in the .vue templates.
I can uses Object.assign in my main app.js file without issue but it does not work in a .vue file. If I remove the line everything otherwise compiles fine.