We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this repo locally. yarn yarn compile
yarn
yarn compile
Error: Child compilation failed: Module build failed (from ./node_modules/prerender-loader/dist/prerender-loader.js): Error: Child compilation failed: Error: Conflict: Multiple chunks emit assets to the same filename ssr-bundle.js (chunks 0 and 1)
Seems prerender-loader breaks when when there are multiple entry points?
The text was updated successfully, but these errors were encountered:
take a look here, it's solved. GoogleChromeLabs/prerender-loader#29
Sorry, something went wrong.
Also, I've updated the code. It should be working now.
No branches or pull requests
I tried this repo locally.
yarn
yarn compile
Seems prerender-loader breaks when when there are multiple entry points?
The text was updated successfully, but these errors were encountered: