Skip to content

Commit b357c84

Browse files
feat(sourcemap): Use tweak-sourcemap-paths 0.0.1
1 parent abf3574 commit b357c84

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"find-parent-dir": "^0.3.0",
3434
"git-semver-tags": "^1.2.1",
3535
"readline-sync": "^1.4.7",
36-
"shelljs": "^0.7.8"
36+
"shelljs": "^0.7.8",
37+
"tweak-sourcemap-paths": "^0.0.1"
3738
}
3839
}

yarn.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ github-url-from-git@^1.4.0:
330330
version "1.5.0"
331331
resolved "https://registry.yarnpkg.com/github-url-from-git/-/github-url-from-git-1.5.0.tgz#f985fedcc0a9aa579dc88d7aff068d55cc6251a0"
332332

333-
glob@^7.0.0:
333+
glob@^7.0.0, glob@^7.1.2:
334334
version "7.1.2"
335335
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
336336
dependencies:
@@ -825,6 +825,12 @@ trim-off-newlines@^1.0.0:
825825
version "1.0.1"
826826
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
827827

828+
tweak-sourcemap-paths@^0.0.1:
829+
version "0.0.1"
830+
resolved "https://registry.yarnpkg.com/tweak-sourcemap-paths/-/tweak-sourcemap-paths-0.0.1.tgz#2700e454a3af5681adacbb81e9804efc1b1f9e6f"
831+
dependencies:
832+
glob "^7.1.2"
833+
828834
uglify-js@^2.6:
829835
version "2.8.29"
830836
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"

0 commit comments

Comments
 (0)