Edit browserslist configuration

This commit is contained in:
Paul Nicoué 2022-07-21 18:11:53 +02:00
parent e1bef7c01f
commit 2eab196ae6
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,9 @@
{
"browserslist": [
"defaults"
"> 0.5%",
"last 4 versions",
"Firefox ESR",
"not dead"
],
"devDependencies": {
"@symfony/webpack-encore": "^3.0.0",

View file

@ -1,5 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {} // Check browserlist configuration in package.json
autoprefixer: {} // Browserlist configuration is defined in package.json
}
}