packagebuilder
packagebuilder copied to clipboard
move browserslist to package.json, use more modern default browsers
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.
Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.
Would love to have that implemented as the autoprefixer build step throws that warning. I personally prefer the .browserslistrc file to have that config isolated from the more general package.json file, but that is just my opinion, either way is better than the warning in the grunt task.
I personally prefer the .browserslistrc file to have that config isolated from the more general package.json file, but that is just my opinion, either way is better than the warning in the grunt task.
Good idea.
I replaced node-sass with sass because the package is deprecated. I also got problems when compiling with modern sass @benjaminkott