This commit is contained in:
syuilo
2024-08-26 15:28:10 +09:00
parent 583adec980
commit 048aa6f306
8 changed files with 171 additions and 53 deletions

View File

@@ -5,7 +5,6 @@ import { type UserConfig, defineConfig } from 'vite';
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';
const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue'];
@@ -67,7 +66,6 @@ export function getConfig(): UserConfig {
plugins: [
pluginVue(),
pluginJson5(),
],
resolve: {