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
When manually inspecting nodeps.js.map it seems to include vue sourcecode, which it should not. Also, we should be able to have the common code between index.js and nodeps.js be a shared chunk, which might save the 247k (the size of nodeps.js).
The text was updated successfully, but these errors were encountered:
I think if we remove the source maps files from the nbextension, we save a few MB:
When manually inspecting nodeps.js.map it seems to include vue sourcecode, which it should not. Also, we should be able to have the common code between index.js and nodeps.js be a shared chunk, which might save the 247k (the size of nodeps.js).
The text was updated successfully, but these errors were encountered: