Artem Zverev

Results 12 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

1. What is MemeBattle I imagine it like galaxy with MemeBattle logo in center. Our projects like planets on orbits. Projects: Ligretto, GameHub, Blog, Education

Add information from https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue

fyi https://github.com/MemeBattle/monorepo/issues/393#issuecomment-1681335309

Let's research actual solutions for documentation before start.

**Requirements:** 1. Static sites generation. I think we can use github pages for documentation website hosting 2. Ability for generation from repo md files. I mean will be good to...

I think this problem caused by limitations of rust ported browserslist https://github.com/browserslist/browserslist-rs?tab=readme-ov-file#limitations You can use original browserslist in your webpack config and pass it to swc. Something like https://lightningcss.dev/docs.html#with-webpack