issues Search Results · repo:oklas/react-app-alias language:JavaScript
Filter by
48 results
(61 ms)48 results
inoklas/react-app-alias (press backspace or delete to remove)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 setup in tsconfig.json.
Previously, ...
theIYD
- Opened on Sep 4, 2023
- #100
I m switching an existing package that works without issue to use react-app-alias. My colleague and I were able to get
the app running after setting a bunch of aliased paths correctly, however our unit ...
jcpeden
- 2
- Opened on May 16, 2023
- #99
Some of my path aliases are an array of sources, which is supported by typescript and webpack but unfortunately not by
this package. Only the first source is used and the rest are ignored which breaks ...
danielmitchell
- 2
- Opened on May 4, 2023
- #98
When using react-app-alias-ex to allow outside of root packages (a unique aspect of our setup) Jest throws resolver
errors:
FAIL src/views/__tests__/BSListViewTemplate.test.js
● Test suite failed ...
bryanculver
- 10
- Opened on Apr 5, 2023
- #95
config-overrides.js
const { aliasWebpack } = require( react-app-alias-ex )
const path = require( path );
module.exports = function override(config) {
aliasWebpack({
alias: {
@commonTypes : path.resolve(__dirname, ...
ptimer
- Opened on Apr 5, 2023
- #94
node_modules/react-app-alias/src/index.js:199
baseUrl: conf.compilerOptions.baseUrl || . ,
^
The config fully extends from another, there is no compilerOptions when ...
namnm
- Opened on Feb 5, 2023
- #93
create-react-app already supported it here: https://github.com/facebook/create-react-app/pull/7248
This can be solved using json5: https://github.com/json5/json5
require( json5/lib/register )
require.extensions[ ...
namnm
- Opened on Feb 5, 2023
- #92
I m having some trouble with aliases after migrating to CRA5 and Craco 7 and using your plugin since the one I was using
before has been deprecated. I was wondering if you might help understanding what ...
fleonard
- 2
- Opened on Nov 10, 2022
- #90
oklas
- Opened on Oct 28, 2022
- #89
When using alias in craco.config.ts, typescript complains for the types.
samik966
- 1
- Opened on Oct 20, 2022
- #88

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.