Files
hello-vue/hello-world/postcss.config.js
2019-01-11 20:43:23 +08:00

6 lines
62 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
},
};