https://github.com/vovanr/test-webpack-loader-output-per-entry
https://github.com/vovanr/test-webpack-loader-output-per-entry
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vovanr/test-webpack-loader-output-per-entry
- Owner: VovanR
- Created: 2017-10-31T08:49:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T13:46:08.000Z (over 8 years ago)
- Last Synced: 2025-01-26T19:32:26.826Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-webpack-loader-output-per-entry
See:
- https://webpack.js.org/configuration/
- https://github.com/webpack-contrib/file-loader
- https://github.com/webpack/webpack/issues/2090
```
src/
├── a/
│ └── index.js
├── h/
│ └── index.js
└── vendor/
└── fonts.txt
```
```
dist/
├── about/
│ ├── index.js
│ └── fonts.txt
└── home/
├── index.js
└── fonts.txt
```