Przeglądaj źródła

maps nur in dev

hmt 5 lat temu
rodzic
commit
5e31688bc9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rollup.config.js

+ 1 - 1
rollup.config.js

@@ -11,7 +11,7 @@ export default [
            ],
     output: [
       {
-        sourcemap: true,
+        sourcemap: !production,
         dir: "build",
         format: "cjs",
       }