Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2cd8350

Browse files
committed
Fix sourcemaps for large minified bundles
Sourcemaps were broken for lines longer than 32767 characters, which can happen if a large bundle was generated and minifed using Rollup. Rich-Harris/sourcemap-codec#77 Regressed in v0.66.3 8a8721e
1 parent e6d0174 commit 2cd8350

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"signal-exit": "^3.0.2",
108108
"source-map": "^0.6.1",
109109
"source-map-support": "^0.5.9",
110-
"sourcemap-codec": "^1.4.1",
110+
"sourcemap-codec": "^1.4.4",
111111
"terser": "^3.8.2",
112112
"tslib": "^1.9.3",
113113
"tslint": "^5.11.0",

0 commit comments

Comments
 (0)