This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const ipfsdServer = IPFSFactory.createServer()
8
8
const preloadNode = MockPreloadNode . createNode ( )
9
9
10
10
module . exports = {
11
+ bundlesize : { maxSize : '881kB' } ,
11
12
webpack : {
12
13
resolve : {
13
14
mainFields : [ 'browser' , 'main' ] ,
Original file line number Diff line number Diff line change @@ -23,8 +23,13 @@ after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codeco
23
23
24
24
jobs :
25
25
include :
26
+ - os : windows
27
+ filter_secrets : false
28
+ cache : false
29
+
26
30
- stage : check
27
31
script :
32
+ - npx aegir build --bundlesize
28
33
- npx aegir dep-check -- -i wrtc -i electron-webrtc
29
34
- npm run lint
30
35
Original file line number Diff line number Diff line change 17
17
<p align =" center " >
18
18
<a href =" https://travis-ci.com/ipfs/js-ipfs " ><img src =" https://badgen.net/travis/ipfs/js-ipfs " /></a >
19
19
<a href =" https://codecov.io/gh/ipfs/js-ipfs " ><img src =" https://badgen.net/codecov/c/github/ipfs/js-ipfs " /></a >
20
+ <a href =" https://bundlephobia.com/result?p=ipfs " ><img src =" https://flat.badgen.net/bundlephobia/minzip/ipfs " ></a >
20
21
<a href =" https://david-dm.org/ipfs/js-ipfs " ><img src =" https://david-dm.org/ipfs/js-ipfs.svg?style=flat " /></a >
21
22
<a href =" https://github.com/feross/standard " ><img src =" https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat " ></a >
22
23
<a href =" " ><img src =" https://img.shields.io/badge/npm-%3E%3D6.0.0-orange.svg?style=flat " /></a >
You can’t perform that action at this time.
0 commit comments