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:
parent
88610694c2
commit
7282f43f7b
5
examples/with-sw-precache/.babelrc
Normal file
5
examples/with-sw-precache/.babelrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"presets": [
|
||||||
|
[ "next/babel" ]
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue