Skip to content

Commit

Permalink
config overrides add ledger es6 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pbca26 committed Dec 8, 2020
1 parent 1e01f20 commit a05649b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ module.exports = {
path.resolve(paths.appNodeModules, 'bip32'),
path.resolve(paths.appNodeModules, 'typeforce'),
path.resolve(paths.appNodeModules, 'semver'),
path.resolve(paths.appNodeModules, '@ledgerhq/hw-app-btc')
path.resolve(paths.appNodeModules, '@ledgerhq/hw-app-btc'),
path.resolve(paths.appNodeModules, '@ledgerhq/hw-transport/lib-es'),
path.resolve(paths.appNodeModules, '@ledgerhq/hw-transport-webusb/lib-es'),
path.resolve(paths.appNodeModules, '@ledgerhq/hw-transport-u2f/lib-es'),
path.resolve(paths.appNodeModules, '@ledgerhq/hw-transport-webhid/lib-es'),
];

config = hotLoader(config, env);
Expand Down

0 comments on commit a05649b

Please sign in to comment.