refactor: clean vite config

This commit is contained in:
sethburkart123
2024-06-09 18:22:39 +10:00
parent 736cf36068
commit f8438bd68b
2 changed files with 6 additions and 5 deletions
+6 -4
View File
@@ -1,10 +1,12 @@
//import MillionLint from '@million/lint';
import { defineConfig } from 'vite';
import { join } from 'path';
import manifest from './manifest.json';
import react from '@vitejs/plugin-react-swc';
//import MillionLint from '@million/lint';
import { crx } from '@crxjs/vite-plugin';
import million from "million/compiler";
import manifest from './manifest.json';
import react from '@vitejs/plugin-react-swc';
import { join } from 'path';
const plugins = [
react(),