mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(image rendering): fixed issue with image rendering, fixes #3804
This commit is contained in:
@@ -28,6 +28,7 @@ module.exports = function(config) {
|
||||
|
||||
js: {
|
||||
src: [
|
||||
'<%= genDir %>/vendor/npm/es6-shim/es5-shim.js',
|
||||
'<%= genDir %>/vendor/npm/es6-shim/es6-shim.js',
|
||||
'<%= genDir %>/vendor/npm/es6-promise/es6-promise.js',
|
||||
'<%= genDir %>/vendor/npm/systemjs/dist/system.js',
|
||||
|
||||
Reference in New Issue
Block a user