Opinionated bundler config for React applications - Webpack and Vite support.
Documentation: packer.ekz.io
yarn add -D @ekz/packerCreate webpack.config.js in your application root:
const Packer = require('@ekz/packer');
module.exports = Packer.webpack.createApplicationConfiguration();Or use Vite with vite.config.js:
const Packer = require('@ekz/packer');
module.exports = Packer.vite.createApplicationConfiguration();See the getting started guide for ESLint, TypeScript, and migration from 0.16.
The full package README (also published to npm) is in packages/packer/README.md.
MIT — see LICENSE.