Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add sourcemaps and remove comments
Sebastian Martinez committed 4 years ago
commit c93ea897eb1f7826b3a9aef8c8e1a1afdc48d09f
parent c8ed1d8034d400d3c3753e1e8e8c1f41bb20e17b
2 files changed +2 -3
modified svelte.config.js
@@ -1,7 +1,5 @@
import sveltePreprocess from "svelte-preprocess";

export default {
-
  // Consult https://github.com/sveltejs/svelte-preprocess
-
  // for more information about preprocessors
  preprocess: sveltePreprocess(),
};
modified vite.config.ts
@@ -14,7 +14,8 @@ const config: UserConfig = {
    },
  },
  build: {
-
    outDir: "build"
+
    outDir: "build",
+
    sourcemap: true
  }
};