UNPKG
@tommostools/use-context-selector
Version:
latest (0.3.0)
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.1.7
0.1.6
0.1.4
0.1.3
Hook for simple context slicing in React
github.com/TommosTools/TommosTools
TommosTools/TommosTools
@tommostools/use-context-selector
/
.babelrc
7 lines
(6 loc)
•
211 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"presets"
: [
"
@babel
/preset-env"
, [
"
@babel
/preset-react"
, {
"runtime"
:
"automatic"
}],
"
@babel
/preset-typescript"
],
"plugins"
: [ [
'@babel/plugin-transform-typescript'
, {
"allowDeclareFields"
: true }], ] }