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

@wmonk Fixes: #440 , #327 Although `cheap-module-source-map` option might be faster, but doesn't work for `.js` or `.jsx` files. Fallback to `source-map` until we can figure out a solution.

### Is this a bug report? yes ### Can you also reproduce the problem with npm 4.x? (Write your answer here.) ### Which terms did you search for in User...

Originally wrongly reported here: https://github.com/wmonk/create-react-app-typescript/issues/238#issuecomment-361799059 ### Is this a bug report? ~~Yes.~~ Edit: I originally thought this was a cra-ts bug, but it appeared that I had a bad tsconfig.json...

I am running into an issue in CRA TS which seems to be caused by an outdated `webpack-dev-server` dependency. The issue is nodejs/node#21665 and it used to occur in CRA...

TypeScript 3 has been released, and has a small enough number of breaking changes that it shouldn't be too hard for us to officially support. I upgraded to 3.0.1 and...

When running quick test: ``` import * as React from 'react'; import { shallow } from 'enzyme'; import App from '../App'; it('renders without crashing', () => { shallow(); }); ```...

### Is this a bug report? (write your answer here) no ### Environment 1. `npm ls react-scripts-ts` (if you haven’t ejected): `-- (empty)` 2. `node -v`: v8.2.0 3. `npm -v`:...

The service worker in this config swallows requests to files that exist in the public folder. See [issue 3008](https://github.com/facebook/create-react-app/issues/3008) on create-react-app and [PR 3419](https://github.com/facebook/create-react-app/pull/3419) that fixes it.