浏览代码

maps nur in dev

hmt 5 年之前
父节点
当前提交
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",
       }