Skip to content

Commit

Permalink
Attempt to debug in production
Browse files Browse the repository at this point in the history
  • Loading branch information
farisd16 committed Nov 25, 2024
1 parent 010374b commit f34cc1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,12 @@
"postcss": "^8.4.35",
"process": "^0.11.10",
"tailwindcss": "^3.4.1"
},
"targets": {
"default": {
"sourceMap": {
"inline": true
}
}
}
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const extensionConfig = {
performance: {
hints: false,
},
devtool: "inline-source-map", // create a source map that points to the original source file
devtool: "nosources-source-map", // create a source map that points to the original source file
infrastructureLogging: {
level: "log", // enables logging required for problem matchers
},
Expand Down

0 comments on commit f34cc1c

Please sign in to comment.