-
Notifications
You must be signed in to change notification settings - Fork 710
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
Roadmap to v2 #12
Comments
* vendor `@cloudflare/kv-asset-handler` and `mime` We want to be able to transparently turn on asset handling if `--public <folder` is passed. This commit vendors the needed libraries so they can be included if needed. * add static assets to the example app This commit adds static assets to the example app, for testing `--public` (and eventually sites. * `--public <folder>` This adds support for serving static assets at `<folder>` without any extra configuration/code. TODO: - enable this _only_ for es module workers, and error if they try to do otherwise - full `sites` support - `--publicRoot <path>` so the file can be served from a different path - support for `_headers` and `_redirects` -
Closing as these are all now captured in the [Wrangler 2.0 Milestone)(https://github.com/cloudflare/wrangler2/milestone/1) |
Is there a good way to follow a milestone? Or will there be a blog post when it hits stable? |
@huw - this is a good point. As far as I can tell there is no way to be notified on changes to a milestone. |
@petebacondarwin is there a way to make the project publically viewable? |
Wrangler 2.0.0 - Project Board
This is the parent issue tracking feature implementations and deprecations for wrangler v2. We commit to be not just feature complete, but also with a solid backward compatibility plan AND a migration plan for the deprecations being made. Expect this list to grow and shrink on the journey to completion.
Features:
wrangler dev
#1wrangler publish
#2--local
#6init
/generate
/ onboarding #7whoami
implementation #274dev
when session expires #197wrangler tail
#5Deprecations
webpack_config
/ webpack integration to Wrangler 2 #8wrangler preview
#9Smaller tasks
compatibility_date
behaviour. #193wrangler secret
for--local
mode #302--ip
,--local-protocol
,--upstream-protocol
fordev
#298--local
mode indev
#299NODE_PATH
/nodePaths
#55node_modules/.cache
(specifically - account selection, but maybe more) #300dev
/publish
#301The text was updated successfully, but these errors were encountered: