mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat: add back react colour picker
This commit is contained in:
+2
-2
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user