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

Multiple chunks emit assets to the same filename error when compiling #1

Closed
northamerican opened this issue Apr 26, 2019 · 2 comments
Closed

Comments

@northamerican
Copy link

I tried this repo locally.
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?

@edwardfxiao
Copy link
Owner

take a look here, it's solved.
GoogleChromeLabs/prerender-loader#29

@edwardfxiao
Copy link
Owner

Also, I've updated the code. It should be working now.

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

No branches or pull requests

2 participants