-
Hello 👋
After migrating from `3.0.2` to `4.0.0` I am confronted with the following error when executing my [Electron/Vite project](https://github.com/cawa-93/vite-electron-builder):
```
✘ [ERRO…
-
I tried it with nuxt 3 but got an error, will it support nuxt 3 in the future
-
I'm getting the following error as soon as the compiled app boots:
```text
node:internal/modules/cjs/loader:930
throw err;
^
Error: Cannot find module '/snapshot/dhjaks/index.js'
at …
-
vite : 3.1.0
vue: 3.2.38
rollup-obfuscator : 3.0.2
Results : Css code is invalid
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/…
-
**Describe the bug**
- [? ] to the best of my knowledge, this is a bug in `rollup-plugin-obfuscator` and not in `javascript-obfuscator`
Hi, I have this error
TypeError: obfuscator is no…
-
**Describe the bug**
hi,
thanks for the pulgin!
when i use the plugin in vite and register the components with [Glob imports](https://vitejs.dev/guide/features.html#glob-import) i get
`(interme…
-
Hi, I like this plugin, but I'm not able to install it on my project which uses Tailwind, React, Vite and PostCSS, could you offer some guidance, please?
I saw the instructions in Astro + Tailwind …
-
Thank you. It all worked out.
I have one more question, I want the obfuscation code to look like this
But your plugin obfuscates like this
I would like to have the first example of how to d…
-
obfuscator({ include: "" })]
obfuscate specific file only doesn't work.
include 'dist/public/index-nnn.js' only..
tried
'**/index-*.js'
'*/index*.js'
'public/index-*.js'
... etc
can i ge…