Skip to content

Commit

Permalink
revert vite configs back to CJS (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Nov 28, 2023
1 parent a50dd02 commit d2ea28d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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.mts';
import { vitestConfig } from '../design-system/vite.config';

const vendorChunks = ['vue', 'vue-router'];
const n8nChunks = ['n8n-workflow', 'n8n-design-system'];
Expand Down

0 comments on commit d2ea28d

Please sign in to comment.