The underlying sw-precache library has an engines requirement of node 4+. I noticed that your library requires node 5+ (see react/create-react-app#1728 (comment)).
Are you using anything specific to node 5 that won't work in node 4? If no, could you lower the engines requirement to support node 4 as well?
The underlying
sw-precachelibrary has anenginesrequirement of node 4+. I noticed that your library requires node 5+ (see react/create-react-app#1728 (comment)).Are you using anything specific to node 5 that won't work in node 4? If no, could you lower the
enginesrequirement to support node 4 as well?