mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 07:02:54 +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:
@ -19,7 +19,7 @@ module.exports = function(options) {
|
||||
loader: 'postcss-loader',
|
||||
options: {
|
||||
sourceMap: options.sourceMap,
|
||||
config: { path: __dirname + '/postcss.config.js' },
|
||||
config: { path: __dirname },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user