Skip to content

Commit

Permalink
chore: disable sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv authored and heisenberg-2077 committed Jul 19, 2024
1 parent 4cca494 commit 2c63943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function bundle() {

updateManifestVersion(version, 'mv3');
updateManifestVersion(version, 'mv2');
shell.env['sourcemap'] = true;
// shell.env['sourcemap'] = true;
if (isMV3) {
shell.exec(`cross-env VERSION=${version} yarn ${buildStr}`);
} else {
Expand Down

0 comments on commit 2c63943

Please sign in to comment.