We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cc5ae commit d29fb00Copy full SHA for d29fb00
packages/react-dev-utils/README.md
@@ -117,6 +117,7 @@ Extracts and prettifies warning and error messages from webpack [stats](https://
117
```js
118
var webpack = require('webpack');
119
var config = require('../config/webpack.config.dev');
120
+var formatWebpackMessages = require('react-dev-utils/formatWebpackMessages');
121
122
var compiler = webpack(config);
123
@@ -184,6 +185,7 @@ You can control the behavior on `<Enter>` with `isYesDefault`.
184
185
186
187
var prompt = require('react-dev-utils/prompt');
188
+
189
prompt(
190
'Are you sure you want to eat all the candy?',
191
/* isYesDefault */ false
0 commit comments