Skip to content
Snippets Groups Projects
Unverified Commit 7aecd83c authored by GyDi's avatar GyDi
Browse files

chore: update deps

parent 3b460ab9
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -6,7 +6,11 @@ import monaco from "vite-plugin-monaco-editor";
// https://vitejs.dev/config/
export default defineConfig({
root: "src",
plugins: [svgr(), react(), monaco()],
plugins: [
svgr(),
react(),
monaco({ languageWorkers: ["editorWorkerService", "typescript"] }),
],
build: {
outDir: "../dist",
emptyOutDir: true,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment