Правки статей

This commit is contained in:
2019-07-30 21:33:03 +03:00
parent 4fe20af5ef
commit ef184fc625
3 changed files with 4 additions and 7 deletions

View File

@@ -31,9 +31,7 @@ module.exports = (env = {}) => {
const POSTCSS_LOADER = {
loader: 'postcss-loader',
options: {
plugins: [
autoprefixer(),
],
plugins: [autoprefixer()],
},
};