Skip to content

erkez/packer

Repository files navigation

Packer

CI Release OpenSSF Scorecard

Opinionated bundler config for React applications - Webpack and Vite support.

Documentation: packer.ekz.io

Install

yarn add -D @ekz/packer

Create 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.

License

MIT — see LICENSE.

About

Opinionated React build tool

Resources

License

Security policy

Stars

1 star

Watchers

1 watching

Forks

Contributors