mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:32:18 +08:00
minor fixes
This commit is contained in:
@ -69,6 +69,12 @@ module.exports = merge(common, {
|
||||
use: [
|
||||
'style-loader', // creates style nodes from JS strings
|
||||
'css-loader', // translates CSS into CommonJS
|
||||
{
|
||||
loader: 'postcss-loader',
|
||||
options: {
|
||||
config: { path: __dirname + '/postcss.config.js' },
|
||||
},
|
||||
},
|
||||
'sass-loader', // compiles Sass to CSS
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user