Installation
The 1.0 release is currently in beta. Install the beta tag for early access:
yarn add -D @ekz/packer@beta
# or pin exactly: yarn add -D @ekz/packer@1.0.0-beta.0
npm install --save-dev @ekz/packer@beta
When 1.0.0 is stable on latest, the default install commands apply:
yarn add -D @ekz/packer
npm install --save-dev @ekz/packer
Next steps
- Add a Webpack config or try Vite
- Add ESLint flat config (optional but recommended)
- Add recommended scripts to
package.json - Copy or adapt the example app
If you are upgrading from 0.16, read Migrating from 0.16. If you are moving an existing app from Webpack to Vite, read Migrating from Webpack to Vite.