Derrick Barth
Derrick Barth
Hi @sarahg were you ever able to solve the CSS issue? I recently tried a fresh project with Rollup+vite-plugin-vue2 and also found that my css files were saved as chunks...
@sarahg I have some good news and was planning to reply here to let you know: the bundling/inject works if using the [postcss ](https://github.com/egoist/rollup-plugin-postcss)plugin! ``` import vue from '@vitejs/plugin-vue2'; import...
@undavide This would make a great topic for a blog post!
Well, I suppose I feel validated in knowing it wasn't just me being too nit-picky... I just think that if we're going to make efforts towards our panels feeling and...
Oh absolutely, that looks great. Thank you for the example. If a ScriptUI solution doesn't work out, I'll definitely go that route, that dialog looks much better than the native...
> Instead of adding an option, this package could also change `javascript-obfuscator` to a peer dependency. Even better!
Have you tried running the obfuscator (https://github.com/javascript-obfuscator/javascript-obfuscator) on its own, not as a Rollup plugin? This plugin has unfortunately not been updated in a long time and uses an older...
After some more hours of tinkering, I found the solution. You need to set the postCSS SCSS parser in the style compiler options. This gets sent to vue/compiler-sfc. It works...