build: Fix vite config (switch to module type) (#7818)

This commit is contained in:
Csaba Tuncsik 2023-11-27 10:56:57 +01:00 committed by GitHub
parent 7cc7f226e5
commit 83086af247
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import { defineConfig, mergeConfig } from 'vite';
import { sentryVitePlugin } from '@sentry/vite-plugin';
import packageJSON from './package.json';
import { vitestConfig } from '../design-system/vite.config';
import { vitestConfig } from '../design-system/vite.config.mts';
const vendorChunks = ['vue', 'vue-router'];
const n8nChunks = ['n8n-workflow', 'n8n-design-system'];