UNPKG
@softbind/react-slotty
Version:
latest (0.0.2)
0.0.2
0.0.1
React Slots
github.com/SoftBind/react-slotty
SoftBind/react-slotty
@softbind/react-slotty
/
babel.config.js
5 lines
(4 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= { presets: [
'@babel/preset-env'
,
'@babel/preset-react'
], plugins: [
'@babel/plugin-proposal-class-properties'
] };