mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 02:20:32 +02:00
Add import order prettier plugin
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { defineConfig, loadEnv, type PluginOption } from 'vite';
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte';
|
||||
import webExtension from '@samrum/vite-plugin-web-extension';
|
||||
import { getManifest } from './src/manifest';
|
||||
import { matches } from './src/lib/match';
|
||||
import { fileURLToPath } from 'url';
|
||||
import webExtension from '@samrum/vite-plugin-web-extension';
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte';
|
||||
import { defineConfig, loadEnv, type PluginOption } from 'vite';
|
||||
import { matches } from './src/lib/match';
|
||||
import { getManifest } from './src/manifest';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(({ mode }) => {
|
||||
|
Reference in New Issue
Block a user