mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
ci: fix size-limit config
This commit is contained in:
parent
91e4d1b435
commit
6ef0a69d07
@ -2,13 +2,13 @@ module.exports = [
|
||||
{
|
||||
name: "Waku core",
|
||||
path: "bundle/index.js",
|
||||
import: "{ Waku }",
|
||||
import: "{ WakuNode }",
|
||||
},
|
||||
{
|
||||
name: "Waku default setup",
|
||||
path: ["bundle/index.js", "bundle/lib/create_waku.js"],
|
||||
import: {
|
||||
"./bundle/lib/create_waku.js": "{ createWaku }",
|
||||
"./bundle/lib/create_waku.js": "{ createLightNode }",
|
||||
"./bundle/lib/wait_for_remote_peer.js": "{ waitForRemotePeer }",
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user