Skip to content

Commit c4ca1bb

Browse files
author
Artem Sapegin
committed
Docs: Remove react-scripts-ts
1 parent 34f3c83 commit c4ca1bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Webpack.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ If you’re using [Create React App](https://github.com/facebook/create-react-ap
9797

9898
```javascript
9999
module.exports = {
100-
propsParser: require('react-docgen-typescript').parse,
101-
webpackConfig: require('react-scripts-ts/config/webpack.config.dev')
100+
propsParser: require('react-docgen-typescript').parse
102101
}
103102
```
104103

0 commit comments

Comments
 (0)