mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor: clean vite config
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
|
||||||
|
|
||||||
@import './injected/sidebar-animation.scss';
|
@import './injected/sidebar-animation.scss';
|
||||||
@import './injected/theme.scss';
|
@import './injected/theme.scss';
|
||||||
|
|||||||
+6
-4
@@ -1,10 +1,12 @@
|
|||||||
//import MillionLint from '@million/lint';
|
|
||||||
import { defineConfig } from 'vite';
|
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 { crx } from '@crxjs/vite-plugin';
|
||||||
import million from "million/compiler";
|
import million from "million/compiler";
|
||||||
import manifest from './manifest.json';
|
|
||||||
import react from '@vitejs/plugin-react-swc';
|
|
||||||
import { join } from 'path';
|
|
||||||
|
|
||||||
const plugins = [
|
const plugins = [
|
||||||
react(),
|
react(),
|
||||||
|
|||||||
Reference in New Issue
Block a user