-
Notifications
You must be signed in to change notification settings - Fork 735
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
Pages Plugins #349
Pages Plugins #349
Conversation
🦋 Changeset detectedLatest commit: 3185aaf The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Is this urgent? Could we please table this till I'm back? Thank you! cc @geelen |
c91fca4
to
f346657
Compare
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/2200825764/npm-package-wrangler-349 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.developers.workers.dev/prs/349/npm-package-wrangler-349 Or you can use npx https://prerelease-registry.developers.workers.dev/runs/2200825764/npm-package-wrangler-349 dev path/to/script.js |
0252ee9
to
d152684
Compare
d152684
to
c5fa665
Compare
2a4174f
to
aaccb37
Compare
aaccb37
to
bd2fb59
Compare
68af1da
to
c3f36b0
Compare
c3f36b0
to
ebc6699
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay, looks good, few small comments.
Also wonder if we should just have a plugins
subcommand instead. Then we can have wrangler pages plugins build
and even things like wrangler pages plugins install
fabc2a7
to
eb12126
Compare
Co-authored-by: Daniel Walsh <[email protected]>
eb12126
to
3185aaf
Compare
This allows people to compile Plugins for Pages Functions. A compiled plugin is a factory for something incredibly similar to a compiled Pages Functions worker, but with just a couple of minor tweaks.