https://github.com/andismith/webpack-test
Testing out Webpack
https://github.com/andismith/webpack-test
Last synced: 2 months ago
JSON representation
Testing out Webpack
- Host: GitHub
- URL: https://github.com/andismith/webpack-test
- Owner: andismith
- License: mit
- Created: 2016-06-07T10:01:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T17:05:56.000Z (about 9 years ago)
- Last Synced: 2025-02-07T18:53:28.478Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack
Repo for testing out Webpack for future projects.

Following along from [https://blog.madewithlove.be/post/webpack-your-bags/]
## Run
From Terminal, use `webpack` to run.
### Helpful flags
* Watch files for changes `webpack --watch`
* Display errors `webpack --display-error-details`
* Display all modules (even hidden) `webpack --display-modules`