Christian Rackerseder
Christian Rackerseder
Thank you for your feedback, but this doesn't work. I created a [small demo repo](https://github.com/screendriver/workerize-loader-demo). Just make a `yarn install && yarn start` and you can see the webpack error...
This plugin is abandoned. Unfortunately we switched the technology and don't have the time and bugdet to maintain this plugin anymore. I updated the README. However everyone can maintain this...
Hi, good question. I am not the absolute expert in SASS so I don't know `local scope` exactly. But yes, I want to implement almost everything that is possible to...
Hi there, thank you for the feedback. Yes it seems that `@charset "UTF-8";` could not be interpreted as valid SASS. Unfortunately I can't do there anything (respectively I believe that...
This plugin is abandoned. Unfortunately we switched the technology and don't have the time and bugdet to maintain this plugin anymore. I updated the README. However everyone can maintain this...
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...
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 `.css`...
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...
Unfortunately I haven't played much with the new beta because I wait for the final release. Hot reloading is generally not working at my machine and no one could help...
Thank you for that. Could you please make a pull request for that so I don't have to copy and paste that?