add babel.config.js postcss.config.js

This commit is contained in:
fxy060608
2018-11-19 16:06:56 +08:00
parent ef42aa530e
commit bfa5fb69bf
3 changed files with 18 additions and 14 deletions
+9
View File
@@ -0,0 +1,9 @@
const pkg = require('./package.json')
module.exports = {
plugins: [
require('autoprefixer')({
browsers: pkg.browserslist
}),
require('@dcloudio/vue-cli-plugin-uni/packages/postcss')
]
}