Increase files checked by ESLint (#9705)
This commit is contained in:
committed by
Eugen Rochko
parent
c39c112ced
commit
d5bdfaf0bb
@ -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,
|
||||
},
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user