An open API service indexing awesome lists of open source software.

https://github.com/alibahaari/webpack-v5-bundler

Webpack v5 starter kit for your projects.
https://github.com/alibahaari/webpack-v5-bundler

webpack webpack-starter-kit webpack5

Last synced: 3 months ago
JSON representation

Webpack v5 starter kit for your projects.

Awesome Lists containing this project

README

        

# Webpack v5 Bundler

Webpack v5 is a starter kit along with Babel (ES6 preset) for your projects.

## Usage

For developement and automatic bundling after every change:
```bash
npm run serve
```

And for production and final bundling:
```bash
npm run build
```