mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana/toolkit: bundle plugins with webpack (#17850)
This commit is contained in:
committed by
Ryan McKinley
parent
164fb13d99
commit
9f351156c3
@@ -7,6 +7,7 @@ module.exports = function(config) {
|
||||
src: [
|
||||
'public/sass/**/*.scss',
|
||||
'packages/**/*.scss',
|
||||
'!**/node_modules/**/*.scss'
|
||||
],
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user