hoist autoprefixer

This commit is contained in:
Evan You
2018-01-08 17:56:04 -05:00
parent d3bb381e7b
commit 5b8f1cfe80
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ module.exports = (api, options) => {
'vue': '^2.5.13'
},
devDependencies: {
'autoprefixer': '^7.2.4',
'vue-template-compiler': '^2.5.13'
},
'postcss': {

View File

@@ -15,6 +15,7 @@ const packagesToCheck = [
'vue-router',
'vue-test-utils',
'eslint-plugin-vue',
'autoprefixer',
'node-sass',
'sass-loader',
'less',