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

vue-cli4 webpack4 report errors

Open xiyuvi opened this issue 1 year ago • 0 comments

When I installed the plugin and referenced it in vue.config.js, before using the plugin, I started the project and encountered the following error message

"javascript-obfuscator": "2.5.0",
"webpack-obfuscator": "2.6.0"
const WebpackObfuscator = require('webpack-obfuscator');
 WARNING  Compiled with 1 warning                                                                                                                                                                       10:39:31

 warning  in ./node_modules/.store/[email protected]/node_modules/source-map/lib/source-map/source-map-generator.js

Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

Can anyone help me? Thank you very much

xiyuvi avatar Nov 26 '24 02:11 xiyuvi