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

Change webpack `devtool` setting to `source-map`

Open shobhitg opened this issue 5 years ago • 0 comments

@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.

shobhitg avatar Nov 04 '18 10:11 shobhitg