refactor: Convert the build scripts to TypeScript and group them (#2696)
- Closes: #2695
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import { join } from 'path';
|
||||
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
import { svgPath } from './scripts/svg-path-plugin.js';
|
||||
import { svgPath } from './scripts/vite/plugins/svg-path.js';
|
||||
|
||||
const EXCLUSIONS = [
|
||||
'.eslintrc.cjs',
|
||||
|
||||
Reference in New Issue
Block a user