Skip to content

Commit 8fe11d2

Browse files
authored
change: size checks (#12)
1 parent e93f301 commit 8fe11d2

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.size-limit.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[
22
{
3-
"path": "build/scripts/block-editor.js",
4-
"limit": "100 kB"
5-
},
6-
{
7-
"path": "build/styles/editor-styles.css",
3+
"path": "build/multi-block-editor.js",
84
"limit": "50 kB"
95
},
106
{
11-
"path": "build/styles/idc-blocks-ui.css",
7+
"path": "build/multi-block-frontend.js",
128
"limit": "50 kB"
139
}
1410
]

scripts/build-manager.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)