Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information