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
after this change 5943f1d webpack builds are broken when loading individual modules:
ERROR in ./~/jquery/src/selector-sizzle.js Module not found: Error: Cannot resolve 'file' or 'directory' ../external/sizzle/dist/sizzle in /Users/berto/Temp/webpack-jquery/node_modules/jquery/src @ ./~/jquery/src/selector-sizzle.js 1:0-14:3
I think this is happening because in 2.2.1 'selector-sizzle.js' is trying to load the sizzle dependency as '../external/sizzle/dist/sizzle' a file which does not exist, unlike in 2.2.0 (for instance) which loads 'sizzle'.