From 25564421e5c6fe7219c3a2985cf4c6ec5d7887e7 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Mon, 26 Jun 2023 22:45:44 +0200 Subject: [PATCH] Setup vite: No longer experimental --- packages/cli/src/commands/setup/vite/vite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/setup/vite/vite.js b/packages/cli/src/commands/setup/vite/vite.js index ce60693d23ba..4ee03673875a 100644 --- a/packages/cli/src/commands/setup/vite/vite.js +++ b/packages/cli/src/commands/setup/vite/vite.js @@ -3,7 +3,7 @@ import { recordTelemetryAttributes } from '@redwoodjs/cli-helpers' export const command = 'vite' export const description = - '[Experimental] Configure the web side to use Vite, instead of Webpack' + 'Configure the web side to use Vite, instead of Webpack' export const builder = (yargs) => { yargs.option('force', {