Skip to content
Snippets Groups Projects
Unverified Commit 44182318 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub
Browse files

Merge pull request #4983 from rschamp/fix-browserslist-warning

Move browsers options to .browserslistrc
parents 8eee001c 413df6ed
No related branches found
No related tags found
No related merge requests found
last 3 versions
Safari >= 8
iOS >= 8
......@@ -55,10 +55,7 @@ const base = {
['react-intl', {
messagesDir: './translations/messages/'
}]],
presets: [
['@babel/preset-env', {targets: {browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']}}],
'@babel/preset-react'
]
presets: ['@babel/preset-env', '@babel/preset-react']
}
},
{
......@@ -81,9 +78,7 @@ const base = {
return [
postcssImport,
postcssVars,
autoprefixer({
browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']
})
autoprefixer
];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment