Skip to content

Commit 52edd35

Browse files
committed
fix: offline polyfill
1 parent 6d4214f commit 52edd35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
yarn install
4040
CI=false yarn build
4141
sed -i 's/"\/home"/"\/#home"/g' build/manifest.json
42+
sed -i 's/<script src=\"https:\/\/polyfill.alicdn.com\/modern\/polyfill.min.js\" crossorigin=\"anonymous\"><\/script>//g' build/index.html
4243
tar -czf build.tar.gz ./build
4344
4445
- name: Upload Release Asset

0 commit comments

Comments
 (0)