-
When building, the error `this?.debug is not a function `will be prompted.
I solved the problem by manually deleting these two lines in the code, but the built product did not run properly.
…
-
例如[rollup-plugin-obfuscator](https://www.npmjs.com/package/rollup-plugin-obfuscator)
-
### Build tool
Rollup
### Where do you see the problem?
- [X] In the browser
- [ ] In the terminal
### Describe the bug
The `background.js` file is not loaded and crash once `simpleReloader()` is…
-
**Describe the bug**
```
sourceMap: true,
sourceMapMode: 'separate',
```
With these options the sourcemap file is not being created.
I'm assuming it's an issue with rollup plugin as I can…
JonL1 updated
3 months ago
-
I found that the vite environment variable appeared in the js file after I built it
this prevents me from using it normally
-
**Describe the bug**
If global is set to false, Identifier "createApp" has already been declared.
**To Reproduce**
1.global is set to false
2.build the project
3.Identifier "createApp" has …
-
**Describe the bug**
- [x] to the best of my knowledge, this is a bug in `rollup-plugin-obfuscator` and not in `javascript-obfuscator`
**To Reproduce**
1. Run `npm install --save-de…
-
**Describe the bug**
(i edited this issue because i found out the actual problem later on)
- [x] to the best of my knowledge, this is a bug in `rollup-plugin-obfuscator` and not in `javasc…
-
CSS ~tailwind darkMode~ sometimes missing with Obfuscator and rollup plugin, when CSS is imported in the JS. Repeated builds of the same code trigger the issue or not.
## Expected Behavior
…
-
As seen in this fork:
https://github.com/arekzelechowski/rollup-plugin-javascript-obfuscator/commit/0f1d1b1f7af6005ce5bdfcd3ff88aeef722e8830
This is really useful as it allows for decoupling of th…