fix TS errors in vite config files
This commit is contained in:
parent
7e220d6e31
commit
de61781c4a
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import locales from '../../locales/index.js';
|
|||
import meta from '../../package.json';
|
||||
import packageInfo from './package.json' with { type: 'json' };
|
||||
import pluginJson5 from './vite.json5.js';
|
||||
import { pluginReplaceIcons } from '../frontend/vite.replaceIcons.ts';
|
||||
import { pluginReplaceIcons } from '../frontend/vite.replaceIcons.js';
|
||||
|
||||
const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue'];
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import meta from '../../package.json';
|
|||
import packageInfo from './package.json' with { type: 'json' };
|
||||
import pluginUnwindCssModuleClassName from './lib/rollup-plugin-unwind-css-module-class-name.js';
|
||||
import pluginJson5 from './vite.json5.js';
|
||||
import { pluginReplaceIcons } from './vite.replaceIcons.ts';
|
||||
import { pluginReplaceIcons } from './vite.replaceIcons.js';
|
||||
|
||||
const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue', '.wasm'];
|
||||
|
||||
|
|
Loading…
Reference in a new issue