Skip to content

Commit

Permalink
Aug 4, 2024, 1:02 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 4, 2024
1 parent ba39df5 commit f00d500
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ export default [
preferBuiltins: true
}),
],
external: [
/^@polkadot\//,
/^@acala-network\//,
'axios',
'lodash',
'ethers'
]
// external: [
// /^@polkadot\//,
// /^@acala-network\//,
// 'axios',
// 'lodash',
// 'ethers'
// ]
},
{
input: 'src/index.ts',
Expand Down

0 comments on commit f00d500

Please sign in to comment.