diff options
| author | Sebastian <sebasjm@gmail.com> | 2021-06-17 12:40:42 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2021-06-17 12:49:47 -0300 |
| commit | 1c7423dbad6c7a7d8efffadb3c854d961da17336 (patch) | |
| tree | 8e98a834e092f2c72f0f8f10934f696e52800165 /packages/taler-wallet-core/src/util | |
| parent | 46f3fcbbfbf6869128e1c596b620af63b770eb93 (diff) | |
fix support with webpack{4,5} in browser environment
added missing .js extension to the imports
split index
use browser field in package json
Diffstat (limited to 'packages/taler-wallet-core/src/util')
| -rw-r--r-- | packages/taler-wallet-core/src/util/RequestThrottler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/util/RequestThrottler.ts b/packages/taler-wallet-core/src/util/RequestThrottler.ts index 66a895750..56242a237 100644 --- a/packages/taler-wallet-core/src/util/RequestThrottler.ts +++ b/packages/taler-wallet-core/src/util/RequestThrottler.ts @@ -27,7 +27,7 @@ import { timestampCmp, Logger, } from "@gnu-taler/taler-util"; -import { URL } from "./url"; +import { URL } from "./url.js"; const logger = new Logger("RequestThrottler.ts"); |
