Skip to content

Commit 64efd36

Browse files
committed
Add missing Babel plugins for build-library
- Add @babel/plugin-proposal-object-rest-spread - Add @babel/plugin-syntax-dynamic-import - These were missing dependencies revealed by pnpm's stricter isolation - Fixes build-library errors in CI
1 parent 4692342 commit 64efd36

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

packages/webamp/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
"devDependencies": {
7575
"@babel/plugin-proposal-class-properties": "^7.18.6",
7676
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
77+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
7778
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
79+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
7880
"@babel/preset-env": "^7.25.0",
7981
"@parcel/reporter-bundle-analyzer": "^2.8.2",
8082
"@rollup/plugin-babel": "^6.0.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)