You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-dev-utils/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@ Creates a Webpack compiler instance for WebpackDevServer with built-in helpful m
332
332
The `args` object accepts a number of properties:
333
333
334
334
-**appName**`string`: The name that will be printed to the terminal.
335
-
-**config**`Object`: The webpack configuration options to be provided to the webpack constructor.
335
+
-**config**`Object`: The webpack configuration options to be provided to the webpack constructor.
336
336
-**devSocket**`Object`: Required if `useTypeScript` is `true`. This object should include `errors` and `warnings` which are functions accepting an array of errors or warnings emitted by the type checking. This is useful when running `fork-ts-checker-webpack-plugin` with `async: true` to report errors that are emitted after the webpack build is complete.
337
337
-**urls**`Object`: To provide the `urls` argument, use `prepareUrls()` described below.
338
338
-**useYarn**`boolean`: If `true`, yarn instructions will be emitted in the terminal instead of npm.
0 commit comments