mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci: Monitor client bundle size (#16327)
This commit is contained in:
30
.bundlemonrc.json
Normal file
30
.bundlemonrc.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"baseDir": "packages/frontend/editor-ui/dist",
|
||||
"defaultCompression": "gzip",
|
||||
"reportOutput": [
|
||||
[
|
||||
"github",
|
||||
{
|
||||
"checkRun": true,
|
||||
"commitStatus": "off",
|
||||
"prComment": true
|
||||
}
|
||||
]
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
"path": "*.wasm",
|
||||
"friendlyName": "WASM Dependencies"
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"groupName": "Editor UI - Total JS Size",
|
||||
"path": "**/*.js"
|
||||
},
|
||||
{
|
||||
"groupName": "Editor UI - Total CSS Size",
|
||||
"path": "**/*.css"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user