AcalaNetwork / acala.js

https://developer.acala.network/
Apache License 2.0
59 stars 26 forks source link

Fix esm #522

Closed ntduan closed 2 months ago

ntduan commented 2 months ago

fix esm error

SyntaxError: Named export 'isNumber' not found. The requested module 'lodash' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from 'lodash';
const { isNumber } = pkg;
Error: Cannot find module 'e2e-tests/node_modules/@acala-network/sdk/dist/esm/utils/get-chain-type.js.js' imported from e2e-tests/node_modules/@acala-network/sdk/dist/esm/wallet/token-provider/acala.js