Обновлены зависимости js

This commit is contained in:
2019-06-29 12:35:53 +03:00
parent 50e0624c2c
commit 48f6720e0d
3 changed files with 253 additions and 228 deletions

View File

@@ -32,9 +32,7 @@ module.exports = (env = {}) => {
loader: 'postcss-loader',
options: {
plugins: [
autoprefixer({
browsers: ['last 8 version'],
}),
autoprefixer(),
],
},
};