Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Apr 23, 2024
1 parent c9e7668 commit ce49763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Cloudflare functions to run with LiveReload locally, and at the same time.
- KV
- etc

Much of this plugin takes inspiration from [`@hono/vite-cloudflare-pages`](https://github.com/honojs/vite-plugins/tree/main/packages/cloudflare-pages),
so thank you to the Hono team.

## Usage

_A detailed example can be found in the `examples` directory, but a brief overview of installing and configuring this plugin is as follows_
Expand Down
3 changes: 2 additions & 1 deletion src/CloudflareSpaConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export type CloudflareSpaConfig = {
wranglerConfigPath?: string;

/**
* Any modules that should not be bundled with the Pages Function _worker.js
* Any modules that should not explicitly be bundled with the Pages Function _worker.js.
* Commonly used for misbehaving modules that don't bundle well.
*/
external?: string[];
};

0 comments on commit ce49763

Please sign in to comment.