WhitestormJS / whitestorm-app-boilerplate

[WIP] WhitestormJS 2 App boilerplate
http://whs-boilerplate-app.surge.sh/
MIT License
45 stars 17 forks source link

Issue #6 Adding option to 'transform-runtime' plugin to avoid getting… #7

Closed alkavan closed 7 years ago

alkavan commented 7 years ago

… 'Uncaught TypeError: $export is not a function' message. Trying close issue #6

This most probably happens on updated browsers, while not on older ones. I'm not 100% all options I added are actually needed to be redefined, however everything seems to be working just fine with this change, I don't know babel or babel-loader so well, so not sure if/how this effects the code exactly.

sasha240100 commented 7 years ago

Thanks!