-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Move the renderer build into the renderer dir #1685
Conversation
needed for npm publishing to get all the right files
The test failure is very strange... |
some tests fail, but other than that LGTM. |
It looks like webpack 5 indeed removes the script after it executes. AFAICT this was silently introduced with another feature and never documented. I'm just going to tweak the test to ensure the graph rendered and the sync module is present iff expected. |
f424c8b
to
9810d96
Compare
FYI @HammadTheOne - since the renderer is also an npm package, we want to keep its build output within that package for npm publishing to get all the right files. But I left all the other js deps in the deps folder where you put them in #1611.
@eff-kay please review - this is I think the last change we need before we can publish a new version of Dash.
Contributor Checklist
optionals
CHANGELOG.md