react-atv
Version:
A port of @drewwilson’s atvImg (Apple TV 3D parallax effect) library in React
22 lines (21 loc) • 456 B
Plain Text
{
"stage": 0,
"loose": "all",
"env": {
"development": {
"plugins": ["react-transform"],
"extra": {
"react-transform": {
"transforms": [{
"transform": "react-transform-hmr",
"imports": ["react"],
"locals": ["module"]
}, {
"transform": "react-transform-catch-errors",
"imports": ["react", "redbox-react"]
}]
}
}
}
}
}