mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
fix sleeve memory bug
This commit is contained in:
+1
-3
@@ -44,9 +44,7 @@ module.exports = (env, argv) => {
|
||||
return {
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
"process.env.NODE_ENV": isDevelopment
|
||||
? '"development"'
|
||||
: '"production"',
|
||||
"process.env.NODE_ENV": isDevelopment ? '"development"' : '"production"',
|
||||
}),
|
||||
// http://stackoverflow.com/questions/29080148/expose-jquery-to-real-window-object-with-webpack
|
||||
new webpack.ProvidePlugin({
|
||||
|
||||
Reference in New Issue
Block a user