Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

DX enhancements - quieter logging on startup and polling, clickable URL in console #1922

DX enhancements - quieter logging on startup and polling, clickable URL in console

DX enhancements - quieter logging on startup and polling, clickable URL in console #1922

Workflow file for this run

name: Build Size - gzipped
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- uses: preactjs/compressed-size-action@v2
env:
NODE_ENV: development
with:
build-script: "build:bundle"
pattern: "./build/**/*.js"
strip-hash: \d+\.\d+\.\d+[-\S+]*\/
exclude: "{./build/**/i18n/*.js,./build/**/legacy/**,./build/**/tmp/**,**/*.map,**/node_modules/**}"