feat(source-maps): Generate source-maps for browser build (#2010)

Improve debugging for users loading in library via unpkg or jsdelivr
This commit is contained in:
Caleb Kniffen
2022-06-01 11:50:23 -05:00
committed by GitHub
parent 6c3f5a0e3a
commit f5b2d71cd7
4 changed files with 82 additions and 3 deletions

View File

@@ -55,6 +55,7 @@
"process": "^0.11.10",
"puppeteer": "^13.7.0",
"run-script-os": "^1.1.6",
"source-map-loader": "^3.0.1",
"source-map-support": "^0.5.16",
"stream-browserify": "^3.0.0",
"stream-http": "3.2.0",