forked from ngxs/store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundlesize.config.json
44 lines (44 loc) · 1.06 KB
/
bundlesize.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"files": [
{
"path": "./@ngxs/store/fesm2015/ngxs-store-internals.js",
"maxSize": "3 kB"
},
{
"path": "./@ngxs/store/fesm2015/ngxs-store-operators.js",
"maxSize": "3 kB"
},
{
"path": "./@ngxs/store/fesm2015/ngxs-store.js",
"maxSize": "19 kB"
},
{
"path": "./@ngxs/form-plugin/fesm2015/ngxs-form-plugin.js",
"maxSize": "2.40 kB"
},
{
"path": "./@ngxs/devtools-plugin/fesm2015/ngxs-devtools-plugin.js",
"maxSize": "2.10 kB"
},
{
"path": "./@ngxs/hmr-plugin/fesm2015/ngxs-hmr-plugin.js",
"maxSize": "3.02 kB"
},
{
"path": "./@ngxs/logger-plugin/fesm2015/ngxs-logger-plugin.js",
"maxSize": "2.30 kB"
},
{
"path": "./@ngxs/router-plugin/fesm2015/ngxs-router-plugin.js",
"maxSize": "4 kB"
},
{
"path": "./@ngxs/storage-plugin/fesm2015/ngxs-storage-plugin.js",
"maxSize": "2.40 kB"
},
{
"path": "./@ngxs/websocket-plugin/fesm2015/ngxs-websocket-plugin.js",
"maxSize": "3.20 kB"
}
]
}