chore(ui): add react gradient colour picker

This commit is contained in:
sethburkart123
2024-09-19 14:47:35 +10:00
parent 90a4c8f048
commit 831853798e
10 changed files with 207 additions and 138 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import { join, resolve } from 'path';
import { base64Loader } from './lib/base64loader';
import type { BuildTarget } from './lib/types';
//import react from '@vitejs/plugin-react-swc';
import react from '@vitejs/plugin-react-swc';
//import million from "million/compiler";
//import MillionLint from '@million/lint';
@@ -27,7 +27,7 @@ const mode = process.env.MODE || 'chrome';
export default defineConfig({
plugins: [
base64Loader,
//react(),
react(),
svelte({
emitCss: false
}),