Skip to content

Instantly share code, notes, and snippets.

@camille-hdl
Created March 10, 2019 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camille-hdl/be6dec40191753bddd5940476ab9a458 to your computer and use it in GitHub Desktop.
Save camille-hdl/be6dec40191753bddd5940476ab9a458 to your computer and use it in GitHub Desktop.
{
"scripts": {
"build": "run-s buildrollup workbox",
"buildrollup": "rollup -c --prod --mini",
"workboxesm": "workbox injectManifest workbox-config-esm.js",
"workboxsystem": "workbox injectManifest workbox-config-system.js",
"workbox": "run-p workboxesm workboxsystem"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment