feat: add back react colour picker

This commit is contained in:
SethBurkart123
2025-03-17 13:45:16 +11:00
parent ef890ee776
commit 9f7b46d2ad
4 changed files with 146 additions and 480 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ const targets: BuildTarget[] = [
]
const mode = process.env.MODE || 'chrome'; // Check the environment variable to determine which build type to use.
const sourcemap = (process.env.SOURCEMAP === "true") || false; // Check whether we want sourcemaps.
//const sourcemap = (process.env.SOURCEMAP === "true") || false; // Check whether we want sourcemaps.
export default defineConfig(({ command }) => ({
plugins: [
@@ -74,7 +74,7 @@ export default defineConfig(({ command }) => ({
outDir: resolve(__dirname, 'dist', mode),
emptyOutDir: false,
minify: false,
sourcemap: sourcemap,
//sourcemap: sourcemap,
rollupOptions: {
input: {
settings: join(__dirname, 'src', 'interface', 'index.html'),