https://github.com/halfzebra/webpack-empty-bundle
https://github.com/halfzebra/webpack-empty-bundle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfzebra/webpack-empty-bundle
- Owner: halfzebra
- Created: 2017-04-25T13:06:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T13:06:24.000Z (about 9 years ago)
- Last Synced: 2025-01-20T10:14:02.740Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS entry with extract-text-webpack-plugin
extract-text-webpack-plugin produces a javascript file `bundle.js` with empty modules in it.
The expected behaviour would be to not emit `bundle.js`, if the content of all modules is extracted.