UNPKG
@ts-engine/babel-preset-react
Version:
latest (1.11.0)
pr (1.0.1-pr.5.commit.99c9899.0)
1.11.0
1.10.0
1.9.2
1.9.1
1.9.0
1.8.0
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1-pr.5.commit.fa67f73.0
1.0.1-pr.5.commit.99c9899.0
1.0.1-pr.5.commit.15bf859.0
@ts-engine's React babel preset.
github.com/ts-engine/ts-engine
@ts-engine/babel-preset-react
/
index.js
6 lines
(5 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= () => {
return
{ presets: [
"@babel/react"
], }; };