mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Provide source maps since the game is public now anyways
This commit is contained in:
parent
50ceb89cbb
commit
669ee3e9b6
@ -42,7 +42,6 @@ module.exports = ({
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
mode: "production",
|
mode: "production",
|
||||||
devtool: false,
|
|
||||||
entry: {
|
entry: {
|
||||||
"bundle.js": [path.resolve(__dirname, "..", "src", "js", "main.js")],
|
"bundle.js": [path.resolve(__dirname, "..", "src", "js", "main.js")],
|
||||||
},
|
},
|
||||||
@ -60,6 +59,7 @@ module.exports = ({
|
|||||||
// Display bailout reasons
|
// Display bailout reasons
|
||||||
optimizationBailout: true,
|
optimizationBailout: true,
|
||||||
},
|
},
|
||||||
|
devtool: "source-map",
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
"global-compression": path.resolve(__dirname, "..", "src", "js", "core", "lzstring.js"),
|
"global-compression": path.resolve(__dirname, "..", "src", "js", "core", "lzstring.js"),
|
||||||
|
Loading…
Reference in New Issue
Block a user