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

Concurrent builds of watched files in the same cache group can cause corruption #18

Open
skeggse opened this issue Dec 7, 2018 · 0 comments

Comments

@skeggse
Copy link
Contributor

skeggse commented Dec 7, 2018

This is due to how we modify the cached modules in the post-build callback.

Error: Could not load <redacted remote import> (imported by <redacted root shim>): ENOENT: no such file or directory, open '<redacted remote import>'
    at .../node_modules/rollup/dist/rollup.js:21385:19
    at <anonymous>
    at process._tickDomainCallback (internal/process/next_tick.js:228:7)
Error: Could not load underscore (imported by <redacted>): ENOENT: no such file or directory, open 'underscore'
    at .../node_modules/rollup/dist/rollup.js:21385:19
    at <anonymous>
Error: Could not load backbone (imported by <redacted>): ENOENT: no such file or directory, open 'backbone'
    at .../node_modules/rollup/dist/rollup.js:21385:19
    at <anonymous>

cc @wearhere

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

1 participant