create-react-app-typescript
create-react-app-typescript copied to clipboard
DEPRECATED: Create React apps using typescript with no build configuration.
### Is this a bug report? Yes (at least, as far as I can tell). ### Can you also reproduce the problem with npm 4.x? Reproduced w/ npm 3.10.8, npm...
### Is this a bug report? No. As discussed in https://github.com/facebook/create-react-app/issues/1333 and merged in https://github.com/facebook/create-react-app/pull/3741, `[email protected]` has support for monorepos. I'd like to make use of that functionality in my...
### Is this a bug report? (write your answer here) Yes https://github.com/wmonk/create-react-app-typescript/blob/v2.16.0/packages/react-scripts/package.json#L5 Go to NPM's page for [`react-scripts-ts`](https://www.npmjs.com/package/react-scripts-ts), it's not linking to this repo. Same issue for `2.17.0`: https://github.com/wmonk/create-react-app-typescript/blob/v2.17.0/packages/react-scripts/package.json#L5 ###...
Sorry this is kind of specific to my IDE (VSCode) but I hope many of you are using it too. I really like the Jest VSC extension but I haven't...
The current value for the `member-ordering` rule in the `tslint.json` template file doesn't appear to be correct. According to the [tslint rules for `member-ordering`](https://palantir.github.io/tslint/rules/member-ordering/), the `order` property should be a...
For my unit and integration tests, I really needed to leverage the newish feature in Jest `GlobalSetup` and `GlobalTeardown`. It looks like Dan will add it to create-react-app. It's really...
I have noticed .scss files are not supported in your fork - I have altered configs so css/scss files are compiled via webpack (no need for external sass compiler).
### Is this a bug report? (write your answer here) Yes. Though is related to fixed webpack version of `3.8.1`: - https://github.com/webpack/webpack/issues/7499 - https://github.com/webpack/webpack/issues/7425 And we use `react-app-rewired`, with typescripts,...
As #340, `coverage` directory may contain `.js` files.