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
mkdirp in NodeOutputFileSystem is directly require("mkdirp") per #405. I think this issue would be fixed if fs.js directly had const mkdirp = require("mkdirp"); instead.
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
Don't crash when starting a Webpack dev server.
Actual Behavior
Code
mkdirp
inNodeOutputFileSystem
is directlyrequire("mkdirp")
per #405. I think this issue would be fixed iffs.js
directly hadconst mkdirp = require("mkdirp");
instead.How Do We Reproduce?
Try out the Webpack 5 alpha: webpack/webpack#8537
Issue reported on that thread: webpack/webpack#8537 (comment)
The text was updated successfully, but these errors were encountered: