mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 00:01:03 +08:00
Plugins: Support es5 plugins extending es6 core classes (#32664)
* Plugins: Support es5 plugins extending es6 core classes * Make all base classes backward compatible
This commit is contained in:
@ -58,9 +58,11 @@ module.exports = (env = {}) =>
|
||||
options: {
|
||||
cache: true,
|
||||
},
|
||||
memoryLimit: 4096,
|
||||
},
|
||||
typescript: {
|
||||
mode: 'write-references',
|
||||
memoryLimit: 4096,
|
||||
diagnosticOptions: {
|
||||
semantic: true,
|
||||
syntactic: true,
|
||||
|
Reference in New Issue
Block a user