Skip to content

Commit

Permalink
Tweaks to make packed project viable for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Feb 3, 2024
1 parent ca06808 commit 6041030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "echo \"Error: no test automation supplied yet\"",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"watch": "webpack --mode development --watch",
"serve": "webpack serve"
},
"keywords": [],
Expand Down
1 change: 1 addition & 0 deletions torch.js
1 change: 1 addition & 0 deletions torch.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6041030

Please sign in to comment.