mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat: remove sourcemaps from production build, add to new development build
This commit is contained in:
@@ -75,7 +75,6 @@ export default defineConfig(({ command }) => ({
|
||||
outDir: resolve(__dirname, 'dist', mode),
|
||||
emptyOutDir: false,
|
||||
minify: false,
|
||||
sourcemap: "inline",
|
||||
rollupOptions: {
|
||||
input: {
|
||||
settings: join(__dirname, 'src', 'interface', 'index.html'),
|
||||
|
||||
Reference in New Issue
Block a user