Skip to content

Commit c201ae0

Browse files
authored
Remove reference to aliases in CONTRIBUTING.md
1 parent ad33fa7 commit c201ae0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ Redux comes with [official examples](http://redux.js.org/docs/introduction/Examp
137137

138138
When adding a new example, please adhere to the style and format of the existing examples, and try to reuse as much code as possible. For example, `index.html`, `server.js`, and `webpack.config.js` can typically be reused.
139139

140-
For development convenience, the Webpack configs for the examples are set up so that the `redux` module is aliased to the project `src` folder when inside of the Redux folder. If an example is moved out of the Redux folder, it will instead use the version of Redux from `node_modules`.
141-
142140
#### Building and Testing the Examples
143141

144142
To build and test the official Redux examples, run the following:

0 commit comments

Comments
 (0)