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

webpack 5 #43

Closed
sibelius opened this issue Jan 2, 2019 · 1 comment
Closed

webpack 5 #43

sibelius opened this issue Jan 2, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@sibelius
Copy link
Member

sibelius commented Jan 2, 2019

We should keep on bleeding edge, let's experiment with webpack 5

https://github.com/webpack/webpack/releases/tag/v5.0.0-alpha.3

@sibelius sibelius added the help wanted Extra attention is needed label Jan 2, 2019
@matheus1lva
Copy link
Collaborator

matheus1lva commented Jan 2, 2019

It is a good idea, specially with a monorepo where we have different use cases (node and web). I would avoid using MemoryFileSystemCache due to the recent problems with memory-fs on other webpack projects.

Be aware that are some limitations on configuration changes (as stated on the full changelog). If we change config, cache is not invalidated, so it would be good to also have a way to either: invalidate cache automatically(hash on webpack.config.js) or delete cache with a npm script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants