https://github.com/hyoukadev/webpack-demo
practice webpack options
https://github.com/hyoukadev/webpack-demo
webpack
Last synced: about 1 month ago
JSON representation
practice webpack options
- Host: GitHub
- URL: https://github.com/hyoukadev/webpack-demo
- Owner: hyoukadev
- Created: 2017-09-15T12:40:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T13:22:51.000Z (over 8 years ago)
- Last Synced: 2025-08-04T20:41:57.916Z (11 months ago)
- Topics: webpack
- Language: JavaScript
- Size: 5.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webpack
====
Learn to use **webpack**
## Done
- [x] generate index.html using src/index.html as a template
- [x] webpack-hot-middleware works
- [x] separate production environment with development environment
- [x] babel support for es6+
- [x] jshint syntax check
- [x] packaging modularization code (suitable for SPA)
- [x] webpack v3.8.1
## Next
- [ ] new changes in babel
- [ ] code compression and confusion
- [ ] TypeScript support
- [ ] hot-reload for node.js
- [ ] use native code or koa.js instead of express.js