Skip to content

Commit 94f91ab

Browse files
committed
Reorganize webpack configuration structure
1 parent 67a2088 commit 94f91ab

File tree

6 files changed

+694
-627
lines changed

6 files changed

+694
-627
lines changed

packages/react-dev-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,5 +412,5 @@ Returns a cache identifier (string) consisting of the specified environment and
412412
```js
413413
var getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
414414

415-
getCacheIdentifier('prod', ['react-dev-utils', 'chalk']); // # => 'prod:[email protected]:[email protected]'
415+
getCacheIdentifier('production', ['react-dev-utils', 'chalk']); // # => 'prod:[email protected]:[email protected]'
416416
```

0 commit comments

Comments
 (0)