Skip to content

Create vite.convig.js#3

Open
mln1239 wants to merge 1 commit into
mainfrom
mln1239-patch-1
Open

Create vite.convig.js#3
mln1239 wants to merge 1 commit into
mainfrom
mln1239-patch-1

Conversation

@mln1239

@mln1239 mln1239 commented Jan 11, 2026

Copy link
Copy Markdown
Owner

import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";

export default defineConfig({
plugins: [sveltekit()],
optimizeDeps: {
include: ["@blockly/continuous-toolbox", "file-saver"],
},
build: {
sourcemap: true,
},
preview: {
port: 8008,
},
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant