mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
perf: Improved vendor chunking (#11518)
* perf/improve-vendor-chunking * Enable bundle-size run on config change * fix: Modules that should be lazy loaded * fix: Mermaid in initial chunk * tsc * test * Defer refractor core loading * test * test * remove vendor chunk * fix: prosemirror dragged into initial chunk
This commit is contained in:
@@ -167,7 +167,7 @@ jobs:
|
||||
|
||||
bundle-size:
|
||||
needs: [setup, types, changes]
|
||||
if: ${{ needs.changes.outputs.app == 'true' && github.repository == 'outline/outline' }}
|
||||
if: ${{ (needs.changes.outputs.app == 'true' || needs.changes.outputs.config == 'true') && github.repository == 'outline/outline' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user