cra-alias icon indicating copy to clipboard operation
cra-alias copied to clipboard

No longer maintained, please use https://github.com/risenforces/craco-alias

Results 2 cra-alias issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...

dependencies

Hi, this is my configuraion: ` { "compilerOptions": { "baseUrl": "src", "paths": { "@core-components/*": ["./core/src/components/*"], "@core-utils/*": ["./core/src/utils/*"], "@core-layouts/*": ["./core/src/layouts/*"], "@core-static/*": ["./core/src/static/*"], "@core-fonts/*": ["./core/src/static/assets/fonts/*"], "@core-styles/*": ["core/src/styles/*"], "@core-src/*": ["./core/src/*"] } }, "include":...