Skip to content

Commit e2ddfb5

Browse files
committed
Babel 7+
1 parent cc5f93f commit e2ddfb5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/babel-plugin-transform-jsx-to-tagged-templates/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"microbundle": "^0.8.3"
5858
},
5959
"dependencies": {
60-
"@babel/plugin-syntax-jsx": "^7.2.0",
6160
"babel-plugin-syntax-jsx": "^6.18.0"
6261
}
6362
}

packages/babel-plugin-transform-jsx-to-tagged-templates/src/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import jsx from 'babel-plugin-syntax-jsx';
2-
// import jsx from '@babel/plugin-syntax-jsx';
32

43
function escapeValue(value) {
54
if (value.match(/^[a-z0-9_' &]+$/gi)) {

0 commit comments

Comments
 (0)