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

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

Awesome Lists containing this project

README

        

# Webpack

Repo for testing out Webpack for future projects.

![What is Webpack](https://webpack.github.io/assets/what-is-webpack.png)

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`