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
- Host: GitHub
- URL: https://github.com/danvk/webpack-toy
- Owner: danvk
- Created: 2015-10-05T14:17:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T14:17:51.000Z (almost 11 years ago)
- Last Synced: 2026-04-17T00:17:38.180Z (3 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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