An open API service indexing awesome lists of open source software.

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

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