Skip to content

Instantly share code, notes, and snippets.

@codebubb
Last active October 16, 2020 12:18
Show Gist options
  • Select an option

  • Save codebubb/871189bf882b2dbc0c2b5f255aa9efd1 to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/871189bf882b2dbc0c2b5f255aa9efd1 to your computer and use it in GitHub Desktop.
ParcelJS Build
{
"name": "parcel-example",
...
"scripts": {
"serve": "parcel serve src/index.html",
"build": "parcel build --no-source-maps src/index.html"
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment