webpack-devil
Demo for webpack.
-
Directory structure for open source projects:
. ├── README.md ├── LICENSE ├── .gitignore ├── .editorconfig ├── .eslintrc.js ├── postcss.config.js ├── package.json ├── src/ | ├── js/ | ├── css/ | ├── img/ | ├── font/ | ├── json/ | ├── static/ | ├── html/ | ├── other.js | └── index.js └── build/ ├── webpack.base.js ├── webpack.dev.js ├── webpack.dll.js └── webpack.prod.js