Artem Zverev

Results 4 comments of Artem Zverev

Hmm +1 I have the same issue when a command-prefix parameter passed ```yaml - name: Cypress run id: cypress uses: cypress-io/github-action@v2 continue-on-error: true with: env: fileConfig=development install: false working-directory: e2e...

Hello! > If istanbuljs have such interfaces, it can be added. If babel-plugin-istanbul have such interface, can it be added to swc-plugin? https://github.com/istanbuljs/babel-plugin-istanbul?tab=readme-ov-file#ignoring-files

If you want to transpile `lazy` you can use workaround with renaming like `import { lazy as loadable } from '@loadable/components'`

Current swc plugin behavior differs from babel-plugin It started from https://github.com/gregberge/loadable-components/pull/929 And then https://github.com/gregberge/loadable-components/pull/966