mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 09:32:23 +08:00
Fix: Autoprefixer is now working (#16351)
The autoprefixer not working broke the phantomjs backend png rendering Fixes #16345
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'autoprefixer': {},
|
||||
'postcss-reporter': {},
|
||||
'postcss-browser-reporter': {},
|
||||
}
|
||||
}
|
||||
module.exports = () => {
|
||||
return {
|
||||
plugins: {
|
||||
autoprefixer: {},
|
||||
'postcss-reporter': {},
|
||||
'postcss-browser-reporter': {},
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user