File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ const publicUrl = '';
3131const 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
3536const postCSSLoaderOptions = {
3637 // Necessary for external CSS imports to work
3738 // 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
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
6061const postCSSLoaderOptions = {
6162 // Necessary for external CSS imports to work
6263 // https://github.com/facebookincubator/create-react-app/issues/2677
You can’t perform that action at this time.
0 commit comments