Skip to content

Commit

Permalink
fixed webpack of terser-webpack-plugin which also uses md4
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed May 25, 2024
1 parent 344a220 commit 7be4712
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deloy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
git config --global user.name "bajins"
# export LESSCHARSET=utf-8
# https://github.com/vuejs/vuepress/issues/3136
export NODE_OPTIONS=--openssl-legacy-provider
# https://stackoverflow.com/questions/74797727/error-error0308010cdigital-envelope-routinesunsupported
# export NODE_OPTIONS=--openssl-legacy-provider
- name: Checkout
uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,10 @@
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-plausible-analytics": "^0.2.1",
"vuepress-plugin-right-anchor": "^0.5.5"
},
"overrides": {
"[email protected]": {
"terser-webpack-plugin": "^4.2.3"
}
}
}

0 comments on commit 7be4712

Please sign in to comment.