Closed lookfirst closed 8 years ago
I can't set compact: false
anywhere. I hand modified plugin-babel.js and that fixed things...
line: 154
var output = babel.transform(load.source, {
compact: false,
babelrc: false,
These formatting options aren't currently supported. I guess it would make sense to support passing these through, added in https://github.com/systemjs/plugin-babel/commit/1835b166639b5339066981593935aa924fbde716.
I'm getting this in the chrome console trying to load a large file...
I can't figure out where to add the 'compact: false' option. I have tried numerous places in SystemJS.config() in
jspm.config.js
to no avail...