Login   Wallets   Wallet.Dat Validator   Wallet Generate Service   Join Telegram Group   Contact Admin
BitcoinWalletDat.Com
Wallet Detail - 58681

export default function transformer(file, api) const j = api.jscodeshift; const root = j(file.source); root.find(j.ImportDeclaration) .filter(path => path.node.source.value === 'lodash') .forEach(path => path.node.source.value = 'lodash-es'; );

return root.toSource();

Astools Link

export default function transformer(file, api) const j = api.jscodeshift; const root = j(file.source); root.find(j.ImportDeclaration) .filter(path => path.node.source.value === 'lodash') .forEach(path => path.node.source.value = 'lodash-es'; );

return root.toSource();