From f00d500f96c95b8c6ce2483aa2f01ddd9e6b6c7a Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 4 Aug 2024 17:02:27 +0000 Subject: [PATCH] Aug 4, 2024, 1:02 PM --- rollup.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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',