rsnext/examples/with-sw-precache/.babelrc
José Manuel Aguirre 7282f43f7b Missing babel configuration in sw-precache example (#4856)
Missing configuration in package.json and .babelrc causes this example to be broken after installing and running the example.
2018-07-27 22:54:01 +02:00

5 lines
44 B
Text

{
"presets": [
[ "next/babel" ]
]
}