Created
February 27, 2019 23:04
-
-
Save webmaxru/7005b7456533bb24eeafab4838362fd5 to your computer and use it in GitHub Desktop.
Workbox 4: workbox-window. npm run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
... | |
"workbox-build-inject": "node workbox-build-inject.js", | |
"build-pwa": "ng build --prod && npm run workbox-build-inject" | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment