aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/getting-started/parcel.md
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13Prepare v5.2.0-beta1Mark Otto1-101/+0
2022-04-30Update path to `@popperjs/core` in parcel.md汪心禾1-1/+2
-│ └── popper.js/ +│ └── @popperjs/ +| └── core/
2022-04-26Docs: update documentation js examples, using es6 (#36203)GeoSot1-0/+1
* Docs: update components documentation using es6 * Docs: update js blocks around docs, using es6 * Docs: update components documentation using es6 * Test linter
2022-04-12Update parcel.mdAnthony Perez1-3/+3
Following the Parcel v1 installation guide seems to install the latest version of Parcel (v2), which makes several instructions in this guide throw errors. Therefore, I have updated the guide to work with version 2 of Parcel. Change Details: 1) Update the URL to point to the latest doc pages. 2) Use the `type="module"` HTML attribute to reference a module [migration](https://parceljs.org/getting-started/migration/#code-changes) 3) The `--out-dir <dir>` CLI parameter has been changed to `--dist-dir <dir>` [CLI](https://parceljs.org/features/cli/#parameters) 4) For a reason I'm unsure of, `--experimental-scope-hoisting` throws the following error: `error: unknown option '--experimental-scope-hoisting'`, so I removed it to get the build to work.
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-0/+99