jpham93 / portfolio

My portfolio site
0 stars 0 forks source link

Gulp Build Warning for Browserlist #14

Closed jpham93 closed 5 years ago

jpham93 commented 5 years ago

When building Semantic UI files with npm start which contains gulp watch, we get the following:

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option cause some error. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist

The build still works and theming is still applied. However, please solve in the future in order to avoid any breaks in future production.

jpham93 commented 5 years ago

No longer theming. Gulp not needed...