mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
build: Fix vite config (switch to module type) (#7818)
This commit is contained in:
parent
7cc7f226e5
commit
83086af247
|
@ -4,7 +4,7 @@ import { defineConfig, mergeConfig } from 'vite';
|
||||||
import { sentryVitePlugin } from '@sentry/vite-plugin';
|
import { sentryVitePlugin } from '@sentry/vite-plugin';
|
||||||
|
|
||||||
import packageJSON from './package.json';
|
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 vendorChunks = ['vue', 'vue-router'];
|
||||||
const n8nChunks = ['n8n-workflow', 'n8n-design-system'];
|
const n8nChunks = ['n8n-workflow', 'n8n-design-system'];
|
||||||
|
|
Loading…
Reference in a new issue