mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-14 06:50:00 -04:00
fix es6 module not getting built properly
This commit is contained in:
parent
d79c07e2a4
commit
b0314bf8cb
2 changed files with 2 additions and 2 deletions
|
@ -91,4 +91,4 @@ python3 tools/patch_js.py $FRAGMENTS_DIR $OUT_FILE
|
|||
|
||||
#generate es6 module
|
||||
cp $OUT_FILE $ES6_FILE
|
||||
sed -i 's/window.libcurl/export const libcurl/' $ES6_FILE
|
||||
sed -i 's/const libcurl/export const libcurl/' $ES6_FILE
|
Loading…
Add table
Add a link
Reference in a new issue