hmt 5 жил өмнө
parent
commit
5e31688bc9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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",
       }