Skip to content

fix: Disable the string reduction code until we can battle test it more. #602

fix: Disable the string reduction code until we can battle test it more.

fix: Disable the string reduction code until we can battle test it more. #602

Workflow file for this run

name: Bundled Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2
with:
build-script: "build-rollup"
compression: "none"