We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8151fa1 commit 5443ecbCopy full SHA for 5443ecb
scripts/clean_umd_build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-# replace splitio-commons imports to use its ES modules build
+# remove unfetch source mapping url from UMD development build
4
replace '//# sourceMappingURL=unfetch.module.js.map' '' ./umd -r
5
6
if [ $? -eq 0 ]
0 commit comments