systemjs / plugin-babel

SystemJS Babel Plugin
MIT License
83 stars 33 forks source link

Bundle babel-preset-react, false by default (closes #76) #77

Closed andyearnshaw closed 7 years ago

andyearnshaw commented 7 years ago

Everything works fine, except the jspm install for npm:babel-preset-react changed large portions of the config file, so you might want to do a quick scan to make sure I've done this right.

The resulting systemjs-babel-browser.js file is about 65K (~9%) larger than before (a bit up from my estimate of 50K), weighing in at just under 800K. Not sure if this is relevant or not since most uses of systemjs-babel-browser.js will be for testing or local development.