Skip to content

Commit 61cdaa6

Browse files
committed
Update file names for BundleWatch
1 parent ac789a7 commit 61cdaa6

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,12 @@
128128
"bundlewatch": {
129129
"files": [
130130
{
131-
"path": "build/static/js/2.*.chunk.js",
131+
"path": "build/static/js/main.*.js",
132132
"maxSize": "200 kB"
133133
},
134134
{
135-
"path": "build/static/js/main.*.chunk.js",
136-
"maxSize": "10 kB"
137-
},
138-
{
139-
"path": "build/static/js/runtime-main.*.js",
140-
"maxSize": "1 kB"
135+
"path": "build/static/css/main.*.css",
136+
"maxSize": "5 kB"
141137
}
142138
]
143139
},

0 commit comments

Comments
 (0)