Skip to content

Commit 4a215fb

Browse files
authored
Update mixed env message for Webpack 4
1 parent 7d94220 commit 4a215fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ if (
1818
isCrushed.name !== 'isCrushed'
1919
) {
2020
warning(
21-
"You are currently using minified code outside of NODE_ENV === 'production'. " +
21+
'You are currently using minified code outside of NODE_ENV === "production". ' +
2222
'This means that you are running a slower development build of Redux. ' +
2323
'You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify ' +
24-
'or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) ' +
24+
'or setting mode to production in webpack (https://webpack.js.org/concepts/mode/) ' +
2525
'to ensure you have the correct code for your production build.'
2626
)
2727
}

0 commit comments

Comments
 (0)