Skip to main content

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

  1. Add a Webpack config or try Vite
  2. Add ESLint flat config (optional but recommended)
  3. Add recommended scripts to package.json
  4. 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.