bug
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = {
|
||||
chunkFilename: `[name].js`
|
||||
},
|
||||
devtool: isDevMode ? 'inline-source-map' : false,
|
||||
plugins: [
|
||||
plugins: isDevMode ? [] : [
|
||||
new JavaScriptObfuscator({
|
||||
rotateStringArray: true,
|
||||
}, [])
|
||||
|
||||
Reference in New Issue
Block a user