Commit 2f69f83
authored
fix: node 18 by update source-map used by Terser to 0.7.4 (#999)
Fixes minification failing on Node 18 with:
> You must provide the URL of lib/mappings.wasm by calling
SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using
SourceMapConsumer
mozilla/source-map#454
There's also an open dependabot PR to bump the Terser version itself, I
confirmed that also fixes the issue:
[chore(deps-dev): bump terser from 5.10.0 to
5.15.1](#988)1 parent 9ff8aa6 commit 2f69f83
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13920 | 13920 | | |
13921 | 13921 | | |
13922 | 13922 | | |
13923 | | - | |
13924 | | - | |
13925 | | - | |
| 13923 | + | |
| 13924 | + | |
| 13925 | + | |
13926 | 13926 | | |
13927 | 13927 | | |
13928 | 13928 | | |
| |||
0 commit comments