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.
- Host: GitHub
- URL: https://github.com/alibahaari/webpack-v5-bundler
- Owner: AliBahaari
- Created: 2021-09-24T20:36:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T11:13:25.000Z (over 3 years ago)
- Last Synced: 2024-12-29T08:12:51.255Z (5 months ago)
- Topics: webpack, webpack-starter-kit, webpack5
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```