diff --git a/rollup.config.js b/rollup.config.js index f184f5b..e28c429 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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',