-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add webpack prod config #7513
Add webpack prod config #7513
Conversation
1daaf5e
to
75304ad
Compare
Thanks @gjmooney for picking this up! Checking with the assets built by the releaser on CI, the While it was not the case until now, for example when testing with notebook 7.2.2: So it looks good, also since it follows what JupyterLab does: jupyterlab/jupyterlab#9776 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Cutting a new beta with this change now. |
Continuing @jtpio's work in #7354
Adds
HtmlWebpackPlugin
to inject cache-busting script tag.Fixes #7373
Fixes #7221