Skip to content

Commit 121f195

Browse files
Timerakstuhl
authored andcommitted
Update comments for accuracy
1 parent 9397fc6 commit 121f195

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

+2-1
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

+2-1
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)