Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenke/webpack-webworker-bug
See https://github.com/webpack/webpack/issues/18703
https://github.com/gustavohenke/webpack-webworker-bug
Last synced: 9 days ago
JSON representation
See https://github.com/webpack/webpack/issues/18703
- Host: GitHub
- URL: https://github.com/gustavohenke/webpack-webworker-bug
- Owner: gustavohenke
- Created: 2024-08-22T07:09:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T20:38:45.000Z (2 months ago)
- Last Synced: 2024-12-13T21:47:26.359Z (10 days ago)
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project that demonstrates a bug in Webpack when targeting `webworker`.
Run `npm install`, then run `npm start`. Go to http://locahost:9000.
This project's has the following entry points, all of which should print `hey from ` when loaded:
1. `foo`: doesn't have a runtime chunk
2. `bar`: has a runtime chunk
3. `baz`: has a runtime chunk and a dynamic importNote how `hey from bar` isn't printed when the page loads.