Skip to content

Commit

Permalink
build: set targets chrome 100 (#1081)
Browse files Browse the repository at this point in the history
* build: set targets chrome 100

* changeset

* changeset
  • Loading branch information
gin-lsl authored Aug 7, 2024
1 parent e39d3d2 commit 3f7d7a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/light-adults-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@ant-design/web3-eth-web3js': patch
'@ant-design/web3-ethers-v5': patch
'@ant-design/web3-bitcoin': patch
'@ant-design/web3-assets': patch
'@ant-design/web3-common': patch
'@ant-design/web3-ethers': patch
'@ant-design/web3-solana': patch
'@ant-design/web3-icons': patch
'@ant-design/web3-wagmi': patch
'@ant-design/web3': patch
'@ant-design/web3-ton': patch
---

build: set targets chrome 100
1 change: 1 addition & 0 deletions .fatherrc.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
output: 'dist/esm',
transformer: 'babel',
},
targets: { chrome: 100 },
extraBabelPlugins: [
[
'inline-react-svg',
Expand Down

0 comments on commit 3f7d7a6

Please sign in to comment.