-
Notifications
You must be signed in to change notification settings - Fork 7
Default to new CopyStaticAssetsPlugin, and provide flag to revert back to old plugin #45
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good alternative, could you bump the pkg ver too? I don't really have a prefernce for which one should be enabled by default, not sure how many teams are using pnpm workspaces, you might have a better idea than me
Actually thinking about it now, it's probably more preferable to default to the new plugin, and use a flag to use the old one when you're using workspaces. |
@aruniverse agreed, I'll flip it around. |
…k to old plugin. 3.4.13 (#45) * Add a flag called DISABLE_NEW_ASSET_COPY to turn off new asset copying plugin * Bump version 3.4.13
@aruniverse let me know what you think of the flag and description. I was debating turning it on by default instead of requiring a flag. That way any app that's not using workspaces can get the advantages and we can just explicitly turn it off in the other repos...
Once we finish this PR, I'll port to the 4.x PR.