-
Notifications
You must be signed in to change notification settings - Fork 27
Source maps #20
Comments
Hi @pablorc, at runtime there is no minification. It only occurs on bundling time. Bundling is meant for production (so everything gets minified and uglified) where runtime injection is for development time. I could enable source map support for runtime injection if you want? |
I like the plugin as well, could you please add the source map support for runtime injection. |
I played around a little bit but I don't get source maps running when they are included inline in the html file. It works if you use external loaded |
Indeed very good plugin. thanks! Thanks |
That's true. In large projects everything is too slow. I would like to add source maps, but unfortunately I don't know how. If anyone would find a way to do that, pull requests are welcome. |
Hi!
Before all, great plugin! Is in your planning, or exists a way, to create sourcemaps for the generated CSS? I'm migrating a system into JSPM and extending the scss file would be a pain with all these minification.
The text was updated successfully, but these errors were encountered: