3.1 KiB
@cloudflare/autoconfig
0.1.4
Patch Changes
- Updated dependencies [
0283a1f]:- @cloudflare/workers-utils@0.26.0
- @cloudflare/cli-shared-helpers@0.1.13
0.1.3
Patch Changes
-
#14548
383e679Thanks @petebacondarwin! - Fix Vite version detection for vite+ projects during autoconfigurationvite+ installs
@voidzero-dev/vite-plus-coreunder thevitenpm alias, so the resolvednode_modules/vite/package.jsonreports the wrapper's own version (e.g.0.2.2) rather than the underlying Vite version it bundles. This caused autoconfiguration to fail with an error claiming the Vite version was too old to be configured automatically. Autoconfiguration now detects the correct underlying Vite version for these projects. -
Updated dependencies [
aad35b7,1ac96a1,1ca8d8f]:- @cloudflare/workers-utils@0.25.1
- @cloudflare/cli-shared-helpers@0.1.12
0.1.2
Patch Changes
- Updated dependencies [
aa5d580]:- @cloudflare/workers-utils@0.25.0
- @cloudflare/cli-shared-helpers@0.1.11
0.1.1
Patch Changes
0.1.0
Minor Changes
-
#14365
f224ce2Thanks @dario-piotrowicz! - Add experimental package for framework autoconfig detection and configuration -
#14365
f224ce2Thanks @dario-piotrowicz! - Add support for React Router >= 8.0.0React Router v8 enables
viteEnvironmentApiandmiddlewareby default, so autoconfig no longer addsfutureflags toreact-router.config.tsfor v8+ projects and uses the middleware code pattern unconditionally.
Patch Changes
- Updated dependencies [
cfd6205,cfd6205]:- @cloudflare/workers-utils@0.24.0
- @cloudflare/cli-shared-helpers@0.1.10