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
Current behavior:
Error when hot-applying an update
Expected/desired behavior:
It should not error.
Here is a screenshot of the state that makes this occur:
The error itself:
What I am seeing, is that the module is removed from installedModules and then later the code tries to access it. Am I missing something? Could this be a regression?
The text was updated successfully, but these errors were encountered:
* master:
fix the appveyor build
fixeswebpack#3159
add test cases for webpack#3235
`--module-bind` automatically appends -loader
added strictModuleExceptionHandling option
Updated README with new donation info
Update `-loader`error message
2.1.0-beta.27
add test with dynamic indexed access to imports
fixes indexed import
Prefix path with ./
Apply change to Buffer, setImmediate, clearImmediate too.
Replace '\' with '/' to make windows generate same path string as other platforms.
Change absolute path returned by getPathToModule() to relative path to fix issue webpack#2215
I'm submitting a bug report
Webpack version: 2.1.0-beta.25
Please tell us about your environment:
Windows 10
Current behavior:
Error when hot-applying an update
Expected/desired behavior:
It should not error.
Here is a screenshot of the state that makes this occur:
The error itself:
What I am seeing, is that the module is removed from
installedModules
and then later the code tries to access it. Am I missing something? Could this be a regression?The text was updated successfully, but these errors were encountered: