Skip to content

Commit f4988e2

Browse files
committed
Update comments for accuracy
1 parent fc7c991 commit f4988e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/react-scripts/config/webpack.config.dev.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const publicUrl = '';
3131
const env = getClientEnvironment(publicUrl);
3232

3333
// Options for PostCSS as we reference these options twice
34-
// Adds vendor prefixing to support IE9 and above
34+
// Adds vendor prefixing based on your specified browser support in
35+
// package.json
3536
const postCSSLoaderOptions = {
3637
// Necessary for external CSS imports to work
3738
// https://github.com/facebookincubator/create-react-app/issues/2677

packages/react-scripts/config/webpack.config.prod.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths
5656
: {};
5757

5858
// Options for PostCSS as we reference these options twice
59-
// Adds vendor prefixing to support IE9 and above
59+
// Adds vendor prefixing based on your specified browser support in
60+
// package.json
6061
const postCSSLoaderOptions = {
6162
// Necessary for external CSS imports to work
6263
// https://github.com/facebookincubator/create-react-app/issues/2677

0 commit comments

Comments
 (0)