-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Slow generation of lot of pages #713
Comments
Uhm, for your use case I would probably use https://github.com/danethurber/webpack-manifest-plugin and another build tool like |
This should get better with #723 |
Released: 2.30.0 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, i'm using webpack+html-webpack-plugin to build a static website based on 2 .ejs template that should create a lot of pages.
To do this i have a configuration file like this:
The two questions are:
Is this the best approach to acheive what i want?
Webpack build is very slow, and fail because there is no memory enought. Do you have any suggestions to improve the performance beside to increase npm memory with --max_old_space_size npm param?
Thanks in advance.
Davide
The text was updated successfully, but these errors were encountered: