@cloudflare/vite-plugin 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1238,6 +1238,7 @@ function createCloudflareEnvironmentOptions(workerConfig, userConfig, environmen
1238
1238
  // Note: ssr pre-bundling is opt-in and we need to enable it by setting `noDiscovery` to false
1239
1239
  noDiscovery: false,
1240
1240
  entries: workerConfig.main,
1241
+ exclude: [...cloudflareBuiltInModules],
1241
1242
  esbuildOptions: {
1242
1243
  platform: "neutral",
1243
1244
  conditions: [...defaultConditions, "development"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/vite-plugin",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Cloudflare plugin for Vite",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -52,7 +52,7 @@
52
52
  "vitest": "~3.0.5",
53
53
  "@cloudflare/mock-npm-registry": "0.0.0",
54
54
  "@cloudflare/workers-tsconfig": "0.0.0",
55
- "wrangler": "3.109.2",
55
+ "wrangler": "3.109.3",
56
56
  "@cloudflare/workers-shared": "0.14.3"
57
57
  },
58
58
  "peerDependencies": {