-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: wranglerjs-compat-webpack-plugin
Cannot find module './impl/format'
#3764
Comments
Any update on this? I'm getting the same error. I also got an error |
This seems to be caused by evanw/esbuild#1619 - I'm seeing this exact error on samuelcolvin/smokeshow#27, see this build error. Any help would be much appreciated. |
From a discussion on discord it seems that |
|
Hey! 👋 We haven't heard from you in a while, so we’re going to close this issue for now. If this is still a problem, please feel free to open a new issue referencing this one. Please be sure to include an updated summary and any additional requested details, followup, or context and we will revisit and investigate further. Thanks! |
Which Cloudflare product(s) does this pertain to?
Wrangler core
What version(s) of the tool(s) are you using?
2.2.4 [Wrangler], 0.0.8 [wranglerjs-compat-webpack-plugin] 4.46.0 [Webpack], 4.10.0 [Webpack CLI]
What version of Node are you using?
16.10.2
What operating system are you using?
Mac
Describe the Bug
I'm currently following the guide to migrate a project using wrangler v1 to v2, specifically the webpack section.
However, when running
npm run build
, I get the following error logs which you can find below.I've tried looking for this specific error, but couldn't find anything relevant. From reading the error it seems like there could be a missing module that is being imported 🤔
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
The text was updated successfully, but these errors were encountered: