Skip to content
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

Support webpack optimization #22

Closed
wants to merge 1 commit into from
Closed

Conversation

rusty-key
Copy link
Collaborator

I was experimenting with split chunks in reshowcase and noticed that optimization field is not supported.

I also had to change the naming rule, because without [name], webpack will be producing artifacts with conflicting names.

@rusty-key rusty-key requested a review from denis-ok March 1, 2024 18:24
@rusty-key
Copy link
Collaborator Author

After playing with this version a bit more, I don't think it makes a lot of sense. The only gain is that JS loading (and parsing?) is parallelalized. But all code is still loaded for every story, not sure why I assumed I get "lazy loading" for free

@rusty-key rusty-key closed this Aug 2, 2024
@rusty-key rusty-key deleted the webpack-optimization branch August 2, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant