You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the code changes in a significant way (running yarn install is the easiest way to reproduce this) and a new chunk is generated, then the output is not generated with that new list of entrypoints
To Reproduce
Steps to reproduce the behavior:
Run webpack with assets-webpack-plugin plugin
Change code so a new chunk is generated
Notice that output hasn't updated and still lists chunks that don't exist
Expected behavior
Output would be generated when a new chunk is generated
Describe the bug
If the code changes in a significant way (running
yarn install
is the easiest way to reproduce this) and a new chunk is generated, then the output is not generated with that new list of entrypointsTo Reproduce
Steps to reproduce the behavior:
assets-webpack-plugin
pluginExpected behavior
Output would be generated when a new chunk is generated
Webpack Config
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: