Skip to content

Commit

Permalink
Update source-map-explorer command
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Apr 28, 2024
1 parent eaabbf6 commit b043e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"help": "webpack --help=verbose",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"explorer": "source-map-explorer --html ./frontend/static/js/index.js > tree.html"
"explorer": "source-map-explorer ./frontend/static/js/index.js --html > tree.html"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit b043e58

Please sign in to comment.