Create-react-app: Extended configs appear to not be fixed

Created on 2 Nov 2018  路  4Comments  路  Source: facebook/create-react-app

Most helpful comment

If my hack is exploiting a bug; why not enable some default that enables the use of absolute paths as a zero-config option in TS? Writing ../../../../foo/bar is tiresome.

All 4 comments

If my hack is exploiting a bug; why not enable some default that enables the use of absolute paths as a zero-config option in TS? Writing ../../../../foo/bar is tiresome.

Ah, ok thanks!

@Timer Can we not turn off this feature in special cases? For example, if the environment variable DANGEROUS_OPEN_TSCONFIG_EXTENSION=true or DANGEROUS_ALLOW_DISABLE_TSCONFIG_CHECK=true

Was this page helpful?
0 / 5 - 0 ratings