vite-plugin-cloudflare icon indicating copy to clipboard operation
vite-plugin-cloudflare copied to clipboard

🔥 Easier and better experience writing Cloudflare workers in Vite

Results 5 vite-plugin-cloudflare issues
Sort by recently updated
recently updated
newest added

The official examples for miniflare use a `miniflare` test environment with jest. [See here, e.g.](https://github.com/cloudflare/miniflare-typescript-esbuild-jest/blob/39f7f31b55b795cf8b638379cd966dbb61776ecd/jest.config.js#L13) The environment is from the package `jest-environment-miniflare`. There are [official instructions](https://miniflare.dev/testing/jest) for jest, but I...

We better discuss this with you all! please give me your suggestions!

After updating all packages to their latest versions, an error occurred when running vite dev. You can see the demo project located at [GitHub Repository](https://github.com/carlreid/vite-plugin-cloudflare/tree/example_err_module_dynamic_spec). I've also made a Workflow...

With this example below I was unable to get the environment variable by: - `process.env.DEBUG` - `import.meta.env.DEBUG` - tried `cross-env` or `dotenv` ```js import { endianness } from 'os'; //...

bug

I've finally started integrating vite-plugin-ssr in my vite-plugin-cloudflare project and [have been running into some issue](https://github.com/brillout/vite-plugin-ssr/discussions/797). Decided to take a step back and attempt the VPS example from this repo,...