Skip to content

Commit

Permalink
fix: remove --no-sourcemap-reference from sourcemap upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfmoehre committed Feb 14, 2020
1 parent c8de073 commit e467f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = async (pluginConfig, context) => {
"upload-sourcemaps",
pluginConfig.sources || "dist",
"--rewrite",
"--no-sourcemap-reference",
],
{ stdio: "inherit" },
);
Expand Down

0 comments on commit e467f7c

Please sign in to comment.