Skip to content

Commit b719064

Browse files
committed
fix(plugin-jsx): make babel optional
1 parent f1a8b65 commit b719064

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/babel-plugin-jsx/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@
4646
},
4747
"peerDependencies": {
4848
"@babel/core": "^7.0.0-0"
49+
},
50+
"peerDependenciesMeta": {
51+
"@babel/core": {
52+
"optional": true
53+
}
4954
}
5055
}

0 commit comments

Comments
 (0)