-
Notifications
You must be signed in to change notification settings - Fork 175
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
wrangler-action failing since wrangler 1.14.0 - "Error: Cannot find module 'webpack'" #50
Comments
I've received the same error.
|
I set on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@master
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
wranglerVersion: '1.13.0' and it builds fine now. |
It seems to be a problem with 1.14.0 specifically - they rolled back the problematic changes with 1.14.1 in the wrangler repo. I haven’t tested whether upgrading to 1.14.1 in my github action file works... https://github.com/cloudflare/wrangler/releases/tag/v1.14.1 |
Nope.
|
You are not alone here. I am also experiencing the exact same issue with 1.14.1. |
Since wrangler 1.14.0 any workers configured to use webpack using the wrangler-action fail.
The text was updated successfully, but these errors were encountered: