mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
Add tests for NetscriptJS
This commit is contained in:
+5
-2
@@ -15,11 +15,14 @@ module.exports = {
|
||||
}),
|
||||
],
|
||||
target: "web",
|
||||
entry: "./src/engine.js",
|
||||
entry: {
|
||||
engine: "./src/engine.js",
|
||||
tests: "./tests/index.js",
|
||||
},
|
||||
devtool: "nosources-source-map",
|
||||
output: {
|
||||
path: path.resolve(__dirname, "dist"),
|
||||
filename: "bundle.js",
|
||||
filename: "[name].bundle.js",
|
||||
devtoolModuleFilenameTemplate: "[id]"
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user