Epskampie
Epskampie
I just made a symlink: `ln -s ../node_modules/vendor/slim-select/slimselect.min.css' .` After that you can `import './slimselect.min.css'`.
I would love this feature too, here is how to do it in git commandline, with a `diff-hightlight` script that might be a useful starting point for an implementation: http://stackoverflow.com/a/15149253/146738
A solution is ditching `style-loader` and moving to [css-hot-loader](https://github.com/shepherdwind/css-hot-loader) `npm install css-hot-loader mini-css-extract-plugin --save-dev` If your config was this: { test: /\.css$/, use: [ { loader: 'style-loader', options: { sourceMap:...
Build time seems OK here, but my project is not huge yet. If you have a better solution that works on firefox i'd love to hear it. :-D
Good to hear, if there is anything i can do to help, let me know!
I know this is al old thread, but i'd love to have just \ as a hotkey as well.
To me, @keradus suggestion of only outputting to `stdout` when `stdin` is used sounds very reasonable and logical. It saves a command line flag, and does what is most useful...
I use the same build on Windows 8.1, and don't have this problem. Are you sure it's caused by this plugin? You could try a clean install with only this...
The reason for this error is very simple, but I don't see the solution yet. Using ``` vite: { css: { preprocessorOptions: { scss: { additionalData: `@import "@/assets/scss/variables.scss";`, }, },...