// PostCSS config for uni-app const path = require('path'); module.exports = { plugins: { 'autoprefixer': { overrideBrowserslist: ['> 1%', 'last 2 versions', 'not dead'] } } }