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,5 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {} // Check browserlist configuration in package.json
autoprefixer: {} // Browserlist configuration is defined in package.json
}
}