Increase files checked by ESLint (#9705)
This commit is contained in:
parent
c39c112ced
commit
d5bdfaf0bb
7 changed files with 218 additions and 214 deletions
|
@ -1,13 +1,7 @@
|
|||
module.exports = {
|
||||
module.exports = ({ env }) => ({
|
||||
plugins: {
|
||||
autoprefixer: {
|
||||
browsers: [
|
||||
'last 2 versions',
|
||||
'IE >= 11',
|
||||
'iOS >= 9',
|
||||
],
|
||||
},
|
||||
autoprefixer: {},
|
||||
'postcss-object-fit-images': {},
|
||||
cssnano: {},
|
||||
cssnano: env === 'production' ? {} : false,
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue