File tree 2 files changed +4
-2
lines changed
packages/react-scripts/config
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ const publicUrl = '';
31
31
const env = getClientEnvironment ( publicUrl ) ;
32
32
33
33
// 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
35
36
const postCSSLoaderOptions = {
36
37
// Necessary for external CSS imports to work
37
38
// https://github.com/facebookincubator/create-react-app/issues/2677
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths
56
56
: { } ;
57
57
58
58
// 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
60
61
const postCSSLoaderOptions = {
61
62
// Necessary for external CSS imports to work
62
63
// https://github.com/facebookincubator/create-react-app/issues/2677
You can’t perform that action at this time.
0 commit comments