mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-reporter': {},
|
|
},
|
|
};
|