Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Palm <info@marcpalm.com>
  • Loading branch information
marcpalm committed May 22, 2024
1 parent 4ad64d1 commit 111f7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/src/lib/bundler/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ DEPRECATION WARNING: React Router Beta is deprecated and support for it will be
if (process.env.EXPERIMENTAL_VITE) {
const vite = require('vite');
const { default: viteReact } = require('@vitejs/plugin-react');
const { nodePolyfills: viteNodePolyfills } = require(
'vite-plugin-node-polyfills'
);
const {
nodePolyfills: viteNodePolyfills,
} = require('vite-plugin-node-polyfills');
const { createHtmlPlugin: viteHtml } = require('vite-plugin-html');
viteServer = await vite.createServer({
define: {
Expand Down

0 comments on commit 111f7cf

Please sign in to comment.