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

https://github.com/danvk/webpack-toy

Playing around with webpack
https://github.com/danvk/webpack-toy

Last synced: about 2 months ago
JSON representation

Playing around with webpack

Awesome Lists containing this project

README

          

Toy repo for playing around with Babel/Webpack.

To iterate on the demo, run:

webpack-dev-server --hot --inline --progress --colors

And then load http://localhost:9090/dist/demo.html

To iterate on the tests, run:

webpack-dev-server --hot --inline --progress --colors

And then load http://localhost:9090/dist/runner.html

To build a "production" bundle, run:

webpack --config webpack.config.prod.js &&
webpack --config webpack.config.prod.min.js