Closed takeaways closed 3 years ago
Any updates on this? I am facing the same issue when upgrading from Webpack v4 to v5 and can confirm this PR fixes it :rocket:
cc @goldhand
@vagnervst thank you for doing this for me.
@nomadGeonilJang I didn't. The referenced commit you saw here was one I made on another repo, intended to be a temporary fix while your PR isn't merged. You can reopen this pull request with my suggested fix as it is still useful =)
for me this works outputFileSystem.opendir(path.resolve(filepath, '..')
I experience the issue after migrating from webpack 4 to 5.
Please merge this PR.
CC @goldhand
I tried to build my application with it, however it showed me "mkdirp is not a fuction" so I fixed to use in my application.
and it works, thanks