This repository was archived by the owner on Jul 21, 2023. It is now read-only.
Commit 3c737c1
authored
fix: browser override path (#228)
Webpack requires the `./` otherwise you get:
```
ERROR in ./node_modules/libp2p-kad-dht/src/routing-table/index.js 6:27-66
Module not found: Error: Can't resolve './generated-prefix-list.json' in '/Users/alex/test/webpack/node_modules/libp2p-kad-dht/src/routing-table'
```1 parent 104d1c4 commit 3c737c1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
0 commit comments