Skip to content

Commit f87f15b

Browse files
committed
fix: added missing babel-plugin-macros
1 parent e4a3469 commit f87f15b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/babel-preset/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"@babel/plugin-transform-runtime": "^7.13.15",
5454
"@babel/plugin-transform-template-literals": "^7.13.0",
5555
"@babel/preset-env": "^7.13.15",
56-
"babel-plugin-dynamic-import-node": "^2.3.3"
56+
"babel-plugin-dynamic-import-node": "^2.3.3",
57+
"babel-plugin-macros": "^3.0.1"
5758
},
5859
"devDependencies": {
5960
"@babel/cli": "^7.13.14",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3676,6 +3676,15 @@ babel-plugin-jest-hoist@^26.6.2:
36763676
"@types/babel__core" "^7.0.0"
36773677
"@types/babel__traverse" "^7.0.6"
36783678

3679+
babel-plugin-macros@^3.0.1:
3680+
version "3.0.1"
3681+
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.1.tgz#0d412d68f5b3d1b64358f24ab099bd148724e2a9"
3682+
integrity sha512-CKt4+Oy9k2wiN+hT1uZzOw7d8zb1anbQpf7KLwaaXRCi/4pzKdFKHf7v5mvoPmjkmxshh7eKZQuRop06r5WP4w==
3683+
dependencies:
3684+
"@babel/runtime" "^7.12.5"
3685+
cosmiconfig "^7.0.0"
3686+
resolve "^1.19.0"
3687+
36793688
babel-plugin-polyfill-corejs2@^0.2.0:
36803689
version "0.2.0"
36813690
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.0.tgz#686775bf9a5aa757e10520903675e3889caeedc4"
@@ -12668,7 +12677,7 @@ resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.1
1266812677
is-core-module "^2.1.0"
1266912678
path-parse "^1.0.6"
1267012679

12671-
resolve@^1.14.2, resolve@^1.20.0:
12680+
resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0:
1267212681
version "1.20.0"
1267312682
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
1267412683
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==

0 commit comments

Comments
 (0)