webpack-obfuscator icon indicating copy to clipboard operation
webpack-obfuscator copied to clipboard

The project is up and running, but we're encountering errors on the web page.

Open VWlf opened this issue 9 months ago • 0 comments

Here's my current webpack configuration:

Image

During my local build process with the following webpack configuration:

Image

the browser keeps throwing persistent errors. I've tried modifying the excludes patterns as suggested by the error messages, but the fixes aren't working.

Image

Image

Could this be a version compatibility issue? More importantly, what's the proper way to exclude dependencies in node_modules from bundling

VWlf avatar Mar 13 '25 02:03 VWlf