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
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
🐛 Bug report
Describe the bug
wrangler init
doesn’t work as expected when--type="javascript"
.Running
wrangler init --type="javascript"
outputs awrangler.toml
file where, unexpectedly,type = 'webpack'
andtarget_type = "js"
.It is accompanied by a warning in the console:
Reproduce the bug
Run
wrangler init --type="javascript"
Expected behavior
Running
wrangler init --type="javascript"
should produce awrangler.toml
similar to the following:Environment and versions
Fill out the following information about your environment.
wrangler -V
: wrangler 1.17.0node -v
: v14.16.1wrangler.toml
: N/AThe text was updated successfully, but these errors were encountered: