2.0.5 • Published 4 years ago

@snowpack/plugin-parcel v2.0.5

Weekly downloads
113
License
MIT
Repository
github
Last release
4 years ago

@snowpack/plugin-parcel

NOTE: This plugin only works on Snowpack v2.6 or earlier. For bundling with the latest version of Snowpack, we recommend @snowpack/plugin-webpack for a smaller build.

Use Parcel to bundle your application for production. Uses Parcel v1.

npm install --save-dev @snowpack/plugin-parcel
// snowpack.config.json
{
  "plugins": ["@snowpack/plugin-parcel"]
}

⚠️ NOTE: Parcel v1.x does not support Snowpack's usage of import.meta. This means that @snowpack/plugin-parcel won't work for Snowpack applications that make use of HMR (import.meta.hot) or custom environment variables (import.meta.env). If you need to use either, check out @snowpack/plugin-webpack instead.

Default Build Script

{
  "scripts": {"bundle:*": "@snowpack/plugin-parcel"}
}

Plugin Options

None

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.0.0

4 years ago

0.8.2

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago