Describe the bug
(i edited this issue because i found out the actual problem later on)
To Reproduce
- have a working vue 3 project with vite
- follow install instructions
- do
npm run build
- try the compiled site with
live-server
Stack trace
- CSS imported with
import works fine
- CSS read from
<style> tags inside .vue files does not work
Package versions:
"rollup-plugin-obfuscator": "^0.2.2",
"javascript-obfuscator": "^4.0.0",
Describe the bug
(i edited this issue because i found out the actual problem later on)
rollup-plugin-obfuscatorand not injavascript-obfuscatorTo Reproduce
npm run buildlive-serverStack trace
importworks fine<style>tags inside.vuefiles does not workPackage versions:
"rollup-plugin-obfuscator": "^0.2.2",
"javascript-obfuscator": "^4.0.0",