Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Turn on source maps
Alexis Sellier committed 4 years ago
commit 4e8081136fc4c85ef5978aa3dd6987bda9c2b6f3
parent fabb6be496c14b17f70939bb5515f4adb5d939f7
2 files changed +2 -1
modified snowpack.config.js
@@ -32,6 +32,6 @@ module.exports = {
    output: "dashboard"
  },
  buildOptions: {
-
    /* ... */
+
    sourcemap: true,
  },
};
modified tsconfig.json
@@ -12,6 +12,7 @@
    "types": [
      "svelte"
    ],
+
    "sourceMap": true,
    "moduleResolution": "node",
    "strict": true,
    "resolveJsonModule": true,