mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
[chore] Enabling Webpack 'providedExports' optimization
This commit is contained in:
parent
78c5a1b0f4
commit
7b0b0de8ea
@ -42,7 +42,7 @@ module.exports = (env, argv) => ({
|
|||||||
flagIncludedChunks: true,
|
flagIncludedChunks: true,
|
||||||
occurrenceOrder: true,
|
occurrenceOrder: true,
|
||||||
sideEffects: true,
|
sideEffects: true,
|
||||||
providedExports: false,
|
providedExports: true,
|
||||||
usedExports: false,
|
usedExports: false,
|
||||||
concatenateModules: false,
|
concatenateModules: false,
|
||||||
namedModules: false,
|
namedModules: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user