mirror of https://github.com/status-im/js-waku.git
build: add missing exports map entries
This commit is contained in:
parent
931028e0ac
commit
b984888993
|
@ -7,6 +7,8 @@ export default {
|
||||||
index: "dist/index.js",
|
index: "dist/index.js",
|
||||||
"lib/create_waku": "dist/lib/create_waku.js",
|
"lib/create_waku": "dist/lib/create_waku.js",
|
||||||
"lib/peer_discovery_dns": "dist/lib/peer_discovery_dns/index.js",
|
"lib/peer_discovery_dns": "dist/lib/peer_discovery_dns/index.js",
|
||||||
|
"lib/peer_discovery_static_list": "dist/lib/peer_discovery_static_list.js",
|
||||||
|
"lib/predefined_bootstrap_nodes": "dist/lib/predefined_bootstrap_nodes.js"
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
dir: "bundle",
|
dir: "bundle",
|
||||||
|
|
Loading…
Reference in New Issue