https://github.com/ivstudio/webpack
https://github.com/ivstudio/webpack
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivstudio/webpack
- Owner: ivstudio
- Created: 2019-04-14T23:32:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T06:13:02.000Z (over 3 years ago)
- Last Synced: 2025-02-01T23:28:24.877Z (over 1 year ago)
- Language: JavaScript
- Size: 2.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack configuration guide
* [Read Article](https://ivstudio.com/configure-webpack/)
## Available scripts
Start the development environment:
```sh
npm run start
```
Build production bundle:
```sh
npm run build
```