Skip to content

Commit

Permalink
Update mixed env message for Webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Apr 18, 2018
1 parent 7d94220 commit 4a215fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Expand Up @@ -18,10 +18,10 @@ if (
isCrushed.name !== 'isCrushed'
) {
warning(
"You are currently using minified code outside of NODE_ENV === 'production'. " +
'You are currently using minified code outside of NODE_ENV === "production". ' +
'This means that you are running a slower development build of Redux. ' +
'You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify ' +
'or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) ' +
'or setting mode to production in webpack (https://webpack.js.org/concepts/mode/) ' +
'to ensure you have the correct code for your production build.'
)
}
Expand Down

0 comments on commit 4a215fb

Please sign in to comment.