UNPKG
impress.js-react
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Create Impress presentation with React and JSX
impress.js-react
/
.babelrc
11 lines
(10 loc)
•
149 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
:
[
"env"
]
,
"plugins"
:
[
"transform-object-rest-spread"
,
"transform-react-jsx"
,
"transform-class-properties"
]
}