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
Currently our tests just do E2E testing invoking webpack live or for previous builds. We should consider adding unit tests with running webpack() in memory for things like:
Currently our tests just do E2E testing invoking
webpack
live or for previous builds. We should consider adding unit tests with runningwebpack()
in memory for things like:webpack --watch
regression for Bug: Update existing assets and only set hooks once. #60 (add somesinon.spy()
on the hooks in webpack4 vs webpack5).The text was updated successfully, but these errors were encountered: