-
Notifications
You must be signed in to change notification settings - Fork 7
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
This will broke webpack cache when the value be repleaced is dynamic #86
Comments
Hi! Last versions shouldn't broke webpack cache. Which version of plugin do you use? |
i use the lastest version like this, but Current_Git_Version is change when git commit is change, when the commitid is changed. the cache will be broke. i think maybe the git version change will broke cache. do you have some idea to replace the 'GIT_VERSION' string with dynamic value but do not rebuild, only replace the value in chunk |
When commit hash is changed, then you running build again but result doesn't change? |
@artembatura the result is been replaced. but the process is broke the cache that make webpack will rebuild all module. have any idea to change the result but do not make webpack rebuild all module? |
dose anyone have some idea to resolve this ?
The text was updated successfully, but these errors were encountered: