mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:02:12 +08:00
fix(postcss): change sourcemap output folder
This commit is contained in:
@ -7,7 +7,7 @@ module.exports = function(config) {
|
||||
// or
|
||||
map: {
|
||||
inline: false, // save all sourcemaps as separate files...
|
||||
annotation: 'dist/css/maps/' // ...to the specified directory
|
||||
annotation: '<%= genDir %>/css' // ...to the specified directory
|
||||
},
|
||||
|
||||
processors: [
|
||||
|
Reference in New Issue
Block a user