ant-design-vue/antd-tools/postcssConfig.js
2019-06-11 21:51:08 +08:00

7 lines
152 B
JavaScript

const rucksack = require('rucksack-css');
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [rucksack(), autoprefixer()],
};