-
Notifications
You must be signed in to change notification settings - Fork 185
How can I disable sourcemaps? #418
Comments
There was a previous discussion around this in systemjs/systemjs#295. |
The issue is that the options I provide in "babelOptions" are being overwritten, which is unexpected (it looks like the options for the other transpilers do the same). I can understand having "default" options for certain things if an option is not specified, but I don't think it makes sense for options that are explicitly provided by the developer to be overwritten. |
As discussed in the thread you mentioned, |
Why would you want to disable source maps? For performance? Surely you need debugging though? |
Added in 0.17.4. |
Trying to build with babel in jspm, with sourcemaps disabled. In my config.js:
But, es6-module-loader seems to be overwriting my options.
The text was updated successfully, but these errors were encountered: