https://github.com/wheelo/webpack-config
My own webpack configs with happypack, birdv3, hot-server(OUTDATED)
https://github.com/wheelo/webpack-config
bird dll wds webpack webpack-config
Last synced: 2 months ago
JSON representation
My own webpack configs with happypack, birdv3, hot-server(OUTDATED)
- Host: GitHub
- URL: https://github.com/wheelo/webpack-config
- Owner: wheelo
- Created: 2017-04-08T17:20:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T16:39:34.000Z (over 8 years ago)
- Last Synced: 2025-02-17T11:33:52.429Z (5 months ago)
- Topics: bird, dll, wds, webpack, webpack-config
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-config
My own webpack configure with [happypack](https://github.com/amireh/happypack), [birdv3](https://www.npmjs.com/package/birdv3), webpack hot-server & etc.## Features
It comes with several webpack features out of box, it includes `hot-reload`, `happypack`, `auto-start server` and `dashboard` features in `development` environment with some options to tune. The production environment comes with more powerful features, like `parallel-webpack`, `Dll`, `UglifyJsParallelPlugin`, `CopyPlugin` and some other nice features.All features above are battle-tested, just relax and use it in your project.😊
## Usage
The `build` folder nearly includes all config files of this repo, the environment of `development` and `production` is distinguished. Bascically, `webpack.config.js`, `webpack.dev.config.js` are the entries of the two distinguished environment, you should go check them out. Use the tool kit with following commands:```sh
>> npm start
>> npm run dev:env1
>> npm run build
```## Demo
- [24Points Game](https://github.com/wheelo/24Points-demo)