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: README.md
+1-37Lines changed: 1 addition & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,42 +251,6 @@ Rewire Target
251
251
+[devServer](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/config/webpackDevServer.config.js): The return result of module.exports of **react-scripts/config/webpackDevServer.config.js**
252
252
+[jest](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/scripts/utils/createJestConfig.js): The return result of module.exports of **react-scripts/scripts/utils/createJestConfig.js**
253
253
254
-
Parameters:
255
-
```js
256
-
module.exports= {
257
-
env: (env, NODE_ENV, script) => {
258
-
// env: rewire target
259
-
// NODE_ENV: process.env.NODE_ENV
260
-
// script: current running script
261
-
// possible values are (start | build | server | test)
262
-
},
263
-
paths: (paths, NODE_ENV, script) => {
264
-
// paths: rewire target
265
-
// NODE_ENV: process.env.NODE_ENV
266
-
// script: current running script
267
-
// possible values are (start | build | server | test)
268
-
},
269
-
webpack: (webpackConfig, NODE_ENV, script) => {
270
-
// webpackConfig: rewire target
271
-
// NODE_ENV: process.env.NODE_ENV
272
-
// script: current running script
273
-
// possible values are (start | build | server | test)
0 commit comments