We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531259b commit 159dd90Copy full SHA for 159dd90
scripts/build_esm_replace_imports.sh
@@ -4,7 +4,7 @@
4
replace '@splitsoftware/splitio-commons/src' '@splitsoftware/splitio-commons/esm' ./es -r
5
6
# Fix import extension in es/index.js
7
-sed -i '' -e "s|from './lib/js-split-provider'|from './lib/js-split-provider.js'|" es/index.js
+replace './lib/js-split-provider' './lib/js-split-provider.js' ./es/index.js -r
8
9
if [ $? -eq 0 ]
10
then
0 commit comments