grafana/scripts/webpack/postcss.config.js

7 lines
90 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
'postcss-reporter': {},
},
};