1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

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.
This commit is contained in:
José Manuel Aguirre 2018-07-27 16:54:01 -04:00 committed by Tim Neutkens
parent 88610694c2
commit 7282f43f7b

View file

@ -0,0 +1,5 @@
{
"presets": [
[ "next/babel" ]
]
}