Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored and drwpow committed Jul 27, 2020
1 parent 78ecdb5 commit 101079e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-snowpack-app/packages/plugin-parcel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ npm install --save-dev @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](/packages/plugin-webpack) instead.

#### Default Build Script

```js
Expand Down

0 comments on commit 101079e

Please sign in to comment.