mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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