cli
cli copied to clipboard
CLI for swc
Hi, Is there a way to pass custom ignore switch to chokidar? In my case, source and destination directory is same. Ex: `swc ./src -d ./src -w --only **/*.ts` With...
Pass `ignore` CLI option down to the globConfig when fetching all source names so files are ignored. Relates to: - https://github.com/swc-project/cli/issues/20 - https://github.com/swc-project/swc/issues/3559
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.47 to 18.7.10. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
It can't bundle `@arco-design/web-react`. source code ```js import { Button } '@arco-design/web-react'; ``` spack config ```js module.exports = { entry: { web: __dirname + '/entry.js', }, output: { path: __dirname...
Bumps [commander](https://github.com/tj/commander.js) from 7.2.0 to 9.4.0. Release notes Sourced from commander's releases. v9.4.0 Added preSubcommand hook called before direct subcommands (#1763) Fixed export InvalidOptionArgumentError in esm (#1756) Changed update dependencies...
Bumps [@swc/jest](https://github.com/swc-project/jest) from 0.1.5 to 0.2.22. Commits 4c692f0 v0.2.22 dacdc72 fix: add version to cache key (#114) 52c516b npm i ee3ae1f 0.2.21 6193f4b feat(transform): support custom instrumentation (#94) 9aba014 Fix...
I'm attempting to configure `swc` to use a custom plugin via the command line as part of a larger build process. Essentially I'm trying to replicate this `.swcrc`: ```json {...
It seems these two flags: - --only - --ignore are not yet present in the cli [`handle`](https://github.com/swc-project/cli/blob/92df674e497222f90f6750eb316e485e26c7536f/src/swc/dir.ts#L41) function. Let's say I want to avoid to compile every js files under...
### Describe the bug SWC still generating map even after setting `--source-map` or `-s` to **false** ### Input code package.json ```json "scripts": { "compile:ts": "swc source/main.dev.ts -w -s false -q...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...