Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 import

Note how `hey from bar` isn't printed when the page loads.