APlayer/webpack/postcss.config.js

5 lines
69 B
JavaScript

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