react-app-alias icon indicating copy to clipboard operation
react-app-alias copied to clipboard

:label: Alias and multiple src directory for craco or rewired create-react-app

Results 17 react-app-alias issues
Sort by recently updated
recently updated
newest added

In the latest release (2.2.1) as listed on GitHub, `configFilePath` is defined and exported. However, the published npm package does not contain nor export this function. This function is required...

Warn: **Experimental feature**. It is not documented and may be subject to remove. Please ask a questions, share opinions and suggestions. Share your experience if you tried to use `autoscan`....

@oklas It doesn't work in `react-app-alias-ex`. When I log the output of `aliasWebpack(options)(config)` I can see the `baseUrl` is completely ignored. When I switch back to `react-app-alias`, and comment out...

I have a monorepository where some child package.json is missing dependencies. ``` { "name": "@project/client", "version": "1.0.9", "private": true, "scripts": { "start": "cross-env BROWSER=none PORT=3200 craco start", "build": "cross-env craco...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](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...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.2 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [npm](https://github.com/npm/cli) from 8.5.1 to 8.12.0. Changelog Sourced from npm's changelog. v8.12.0 (2022-06-01) Features aee6fc8 #4892 feat(init): reify on init new workspace (@​ruyadorno) a8ae177 #4931 feat: Add --auth-type=webauthn flag (@​jumoel)...

dependencies

I have a monorepo setup (using TurboRepo) with my CRA app with Craco, inside `apps/*` folder and a design system inside `packages/*` folder. The paths to the design system are...