@rolldown/plugin-babel with @babel/preset-env generates runtime error: Uncaught TypeError: __commonJSMin is not a function
#85
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |