mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-21 05:35:45 +01:00
[chore] Fixing sourcemaps so they actually point to the correct sources
This commit is contained in:
parent
2332532d91
commit
f154cfb54a
@ -19,11 +19,10 @@ module.exports = {
|
|||||||
engine: "./src/engine.js",
|
engine: "./src/engine.js",
|
||||||
tests: "./tests/index.js",
|
tests: "./tests/index.js",
|
||||||
},
|
},
|
||||||
devtool: "nosources-source-map",
|
devtool: "source-map",
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, "dist"),
|
path: path.resolve(__dirname, "dist"),
|
||||||
filename: "[name].bundle.js",
|
filename: "[name].bundle.js"
|
||||||
devtoolModuleFilenameTemplate: "[id]"
|
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
Loading…
Reference in New Issue
Block a user