-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpackEntryOptions magic comments #3680
Comments
I notice that linked example uses With webpack I've been using: /* webpackChunkName: 'db-worker' */
/* webpackPrefetch: true */ and at least the It's possible the prefetch comment is being ignored, however. |
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
I see regex that tests for webpackChunkName
but not really any code specific to webpackPrefetch (only lots of tests that use webpackPrefetch) |
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
bump Based on my previous comment #3680 (comment), I think webpackPrefetch is still not supported. |
webpackPrefetch and webpackPreload are supported in #5031 |
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
https://github.com/webpack/webpack/blob/6be4065ade1e252c1d8dcba4af0f43e32af1bdc1/examples/worker/example.js#L83
The text was updated successfully, but these errors were encountered: