create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

DEPRECATED: Create React apps using typescript with no build configuration.

Results 100 create-react-app-typescript issues
Sort by recently updated
recently updated
newest added

I am developing a module to be used with react, and I've bootstrapped my example project with `react-scripts-ts`. I found that in order to source map the referenced module from...

Hi, while working on a project I faced with necessity to configure our production build with source map set to `nosources-source-map`. If I understood correctly there is no way at...

### Is this a bug report? No. Running npm 5.10 node 8.94. Totally clean start with one linked modules. I am trying this out with dev mode `npm start` Is...

### Is this a bug report? yes ### Can you also reproduce the problem with npm 4.x? yes ### Which terms did you search for in User Guide? ### Environment...

I have noticed the license specified in the `./packages/react-scripts/package.json` is BSD-3-Clause whereas the MIT License in given in the `./LICENSE` file. Is it on purpose?

### Is this a bug report? No, this is a feature request. I would like to have more options to configure jest without having to eject. - modulePathIgnorePatterns - modulePaths...

Versions - ``` "react-scripts-ts": "2.15.1" "typescript": "^2.8.1" ``` Issue - Importing a png file from a react component, and using it inside an . Result - png file doesn't end...

I'm trying to debug my jest tests by following instructions from the original create-react-app: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#debugging-tests-in-visual-studio-code However, it seems react-scripts-ts are not accepting the command line arguments the launch config passes....

Hey there, thanks for this awesome module. Quick question, is it possible to specify additional/different tsconfig compiler options when building the production bundle. I would like to set the target...

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? Yes ### Which terms did you search for in User Guide? Not really...