Skip to content

@rolldown/plugin-babel with @babel/preset-env generates runtime error: Uncaught TypeError: __commonJSMin is not a function #85

@rolldown/plugin-babel with @babel/preset-env generates runtime error: Uncaught TypeError: __commonJSMin is not a function

@rolldown/plugin-babel with @babel/preset-env generates runtime error: Uncaught TypeError: __commonJSMin is not a function #85

Workflow file for this run

name: Issue Labeler
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
label:
runs-on: ubuntu-slim
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
sync-labels: 1
repo-token: ${{ github.token }}