mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
[chore] Enabling Webpack 'providedExports' optimization
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = (env, argv) => ({
|
||||
flagIncludedChunks: true,
|
||||
occurrenceOrder: true,
|
||||
sideEffects: true,
|
||||
providedExports: false,
|
||||
providedExports: true,
|
||||
usedExports: false,
|
||||
concatenateModules: false,
|
||||
namedModules: false,
|
||||
|
||||
Reference in New Issue
Block a user