This commit is contained in:
yanran200730
2023-09-19 10:42:24 +08:00
parent 66821d859e
commit b5b9c04bb0
2 changed files with 12 additions and 365 deletions

View File

@@ -72,7 +72,7 @@ module.exports = {
chunkFilename: `[name].js`
},
devtool: isDevMode ? 'inline-source-map' : false,
plugins: [
plugins: isDevMode ? [] : [
new JavaScriptObfuscator({
rotateStringArray: true,
}, [])