From e467f7c76b9f6fb8d6decefe3e06b9b566f4ef80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20I=C3=9Fmer?= Date: Fri, 14 Feb 2020 11:20:55 +0100 Subject: [PATCH] fix: remove --no-sourcemap-reference from sourcemap upload command --- lib/publish.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/publish.js b/lib/publish.js index 37441197..8851fdf7 100644 --- a/lib/publish.js +++ b/lib/publish.js @@ -17,7 +17,6 @@ module.exports = async (pluginConfig, context) => { "upload-sourcemaps", pluginConfig.sources || "dist", "--rewrite", - "--no-sourcemap-reference", ], { stdio: "inherit" }, );