Skip to content

fix(webpack): exclude dev-only transitive deps from externals (#640) #619

fix(webpack): exclude dev-only transitive deps from externals (#640)

fix(webpack): exclude dev-only transitive deps from externals (#640) #619

Workflow file for this run

name: Main CI
on:
push:
branches: [ main ]
permissions:
contents: read
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
permissions:
contents: read
code-quality: write
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
with:
ref: ${{ github.sha }}
runs-on: ${{ matrix.os }}
upload-coverage: true