Browse Source

Strip sourceMappingURL lines from release files

This avoids unnecessary 404 requests.
Danilo Bargen 6 năm trước cách đây
mục cha
commit
13cd783a7f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dist/package.sh

+ 1 - 0
dist/package.sh

@@ -83,6 +83,7 @@ for target in "${targets[@]}"; do
     else
         install -D "node_modules/$target" "$DIR/node_modules/$target"
     fi
+    sed -i "/sourceMappingURL/d" "$DIR/node_modules/$target"
 done
 
 echo "+ Update version number..."