Use browserlist new api

This commit is contained in:
Germán Martínez 2019-05-21 16:19:59 +02:00
parent dc98b44827
commit 0922c57d87
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ const cssvariables = require(paths.appSrc + '/theme/variables')
const postcssPlugins = [ const postcssPlugins = [
autoprefixer({ autoprefixer({
browsers: [ overrideBrowserslist: [
'>1%', '>1%',
'last 4 versions', 'last 4 versions',
'Firefox ESR', 'Firefox ESR',

View File

@ -20,7 +20,7 @@ const cssvariables = require(`${paths.appSrc}/theme/variables`)
const postcssPlugins = [ const postcssPlugins = [
autoprefixer({ autoprefixer({
browsers: [ overrideBrowserslist: [
'>1%', '>1%',
'last 4 versions', 'last 4 versions',
'Firefox ESR', 'Firefox ESR',