@cloudflare/vite-plugin 0.0.0-cf4f47a8a → 0.0.0-d7210ecd3
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.
- package/dist/asset-workers/asset-worker.js +546 -548
- package/dist/asset-workers/router-worker.js +237 -249
- package/dist/index.js +1 -3
- package/dist/runner-worker/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2332,9 +2332,7 @@ function cloudflare2(pluginConfig = {}) {
|
|
|
2332
2332
|
}
|
|
2333
2333
|
config.no_bundle = true;
|
|
2334
2334
|
config.rules = [{ type: "ESModule", globs: ["**/*.js"] }];
|
|
2335
|
-
|
|
2336
|
-
config.unsafe = void 0;
|
|
2337
|
-
}
|
|
2335
|
+
config.unsafe = void 0;
|
|
2338
2336
|
this.emitFile({
|
|
2339
2337
|
type: "asset",
|
|
2340
2338
|
fileName: "wrangler.json",
|
|
@@ -21,7 +21,7 @@ function stripInternalEnv(internalEnv) {
|
|
|
21
21
|
return userEnv;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
// ../../node_modules/.pnpm/vite@6.0.7_@types+node@18.19.
|
|
24
|
+
// ../../node_modules/.pnpm/vite@6.0.7_@types+node@18.19.59_jiti@2.4.2/node_modules/vite/dist/node/module-runner.js
|
|
25
25
|
var VALID_ID_PREFIX = "/@id/";
|
|
26
26
|
var NULL_BYTE_PLACEHOLDER = "__x00__";
|
|
27
27
|
var SOURCEMAPPING_URL = "sourceMa";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/vite-plugin",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-d7210ecd3",
|
|
4
4
|
"description": "Cloudflare plugin for Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@hattip/adapter-node": "^0.0.49",
|
|
37
37
|
"unenv": "npm:unenv-nightly@2.0.0-20241218-183400-5d6aec3",
|
|
38
38
|
"ws": "^8.18.0",
|
|
39
|
-
"miniflare": "0.0.0-
|
|
39
|
+
"miniflare": "0.0.0-d7210ecd3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@cloudflare/workers-types": "^4.
|
|
42
|
+
"@cloudflare/workers-types": "^4.20241230.0",
|
|
43
43
|
"@types/node": "^22.10.1",
|
|
44
44
|
"@types/ws": "^8.5.13",
|
|
45
45
|
"magic-string": "^0.30.12",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"typescript": "^5.7.2",
|
|
48
48
|
"vite": "^6.0.7",
|
|
49
49
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"wrangler": "0.0.0-d7210ecd3",
|
|
51
|
+
"@cloudflare/workers-shared": "0.0.0-d7210ecd3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"vite": "^6.0.7",
|