javascript-obfuscator / javascript-obfuscator/webpack-obfuscator
webpack-obfuscator is not generating sourcemaps
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 928
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
We use "webpack-obfuscator": "^3.5.1"
with
const webpackObfuscator = new WebpackObfuscator(
{
sourceMap: true,
});
but sourcemaps files not generating
I also opened stackoverflow question but without help.
[https://stackoverflow.com/questions/73569780/javascript-obfuscator-with-webpack-obfuscator-source-map-files-not-working](https://stackoverflow.com/questions/73569780/javascript-obfuscator-with-webpack-obfuscator-source-map-files-not-working)
Thank you in advance for any help :)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the report with webpack-obfuscator ^3.5.1 and the shown sourceMap: true configuration, using the linked Stack Overflow context as background. Inspect the generated webpack assets and sourcemap output; done means the expected sourcemap files are generated or the issue is narrowed to a documented configuration limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript, webpack
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100