mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
Can successfully run Webpack to create dist/bundle.js
The bundled output is noticeably different; likely due to Webpack 4 vs. 2/3. The order of dependencies also appears to have changed. The overall output *seems* to be the same. Unsure how to full test that everything is getting bundled appropriately. This also allows the project to be built without having to manually copy files into node_modules.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
var ace = require('brace');
|
||||
require('brace/mode/javascript');
|
||||
require('brace/mode/netscript');
|
||||
require('../netscript');
|
||||
require('brace/theme/chaos');
|
||||
require('brace/theme/chrome');
|
||||
require('brace/theme/monokai');
|
||||
|
||||
Reference in New Issue
Block a user