mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
31 lines
459 B
JSON
31 lines
459 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|