Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airdwing/webpack-server-bundle
A webpack server bundle demo project.
https://github.com/airdwing/webpack-server-bundle
bundle server webpack
Last synced: 12 days ago
JSON representation
A webpack server bundle demo project.
- Host: GitHub
- URL: https://github.com/airdwing/webpack-server-bundle
- Owner: AirDwing
- License: mit
- Created: 2017-09-07T05:50:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T05:36:05.000Z (over 7 years ago)
- Last Synced: 2024-11-25T04:07:51.647Z (2 months ago)
- Topics: bundle, server, webpack
- Language: JavaScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-server-bundle
A webpack server bundle demo project.## 注意事项
- `NODE_ENV` 始终为 `production` (webpack打包优化)
- 环境通过改用 `API_ENV` 来区别## TBD
- [x] `config`目录会被完整打包(如果有多个配置, 全部被包含)
- [ ] `src` 目录会被完整打包(即便设置了`enabledModules`)