Edit browserslist configuration
This commit is contained in:
parent
e1bef7c01f
commit
2eab196ae6
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"defaults"
|
"> 0.5%",
|
||||||
|
"last 4 versions",
|
||||||
|
"Firefox ESR",
|
||||||
|
"not dead"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@symfony/webpack-encore": "^3.0.0",
|
"@symfony/webpack-encore": "^3.0.0",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: {
|
plugins: {
|
||||||
autoprefixer: {} // Check browserlist configuration in package.json
|
autoprefixer: {} // Browserlist configuration is defined in package.json
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue