You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably the only impact would be for extension authors that expect these loaders to be there, which is why it would have been nice to clean that up for the next major release.
Although in the case of Voila the impact would probably be limited as widgets and mime renderers usually don't care about these details.
Problem
Currently the
@voila-dashboards/voila
package depends on Webpack 5:voila/packages/voila/package.json
Line 66 in c60b6c0
In Webpack 5 most of the
url-loader
,file-loader
and others have been deprecated in favor of the Asset Modules: https://webpack.js.org/guides/asset-modules/Proposed Solution
We should check if Voila could drop some of the dependencies on the old loaders:
voila/packages/voila/package.json
Line 52 in c60b6c0
voila/packages/voila/package.json
Line 64 in c60b6c0
Additional context
For reference JupyterLab implemented this change in jupyterlab/jupyterlab#12350
The text was updated successfully, but these errors were encountered: