Commit f4988e22 authored by Joe Haddad's avatar Joe Haddad
Browse files

Update comments for accuracy

parent fc7c9915
Showing with 4 additions and 2 deletions
+4 -2
...@@ -31,7 +31,8 @@ const publicUrl = ''; ...@@ -31,7 +31,8 @@ const publicUrl = '';
const env = getClientEnvironment(publicUrl); const env = getClientEnvironment(publicUrl);
// Options for PostCSS as we reference these options twice // Options for PostCSS as we reference these options twice
// Adds vendor prefixing to support IE9 and above // Adds vendor prefixing based on your specified browser support in
// package.json
const postCSSLoaderOptions = { const postCSSLoaderOptions = {
// Necessary for external CSS imports to work // Necessary for external CSS imports to work
// https://github.com/facebookincubator/create-react-app/issues/2677 // https://github.com/facebookincubator/create-react-app/issues/2677
......
...@@ -56,7 +56,8 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths ...@@ -56,7 +56,8 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths
: {}; : {};
// Options for PostCSS as we reference these options twice // Options for PostCSS as we reference these options twice
// Adds vendor prefixing to support IE9 and above // Adds vendor prefixing based on your specified browser support in
// package.json
const postCSSLoaderOptions = { const postCSSLoaderOptions = {
// Necessary for external CSS imports to work // Necessary for external CSS imports to work
// https://github.com/facebookincubator/create-react-app/issues/2677 // https://github.com/facebookincubator/create-react-app/issues/2677
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment