mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 00:22:36 +08:00
tech(systemjs): tricky mixing systemjs and requirejs, might need to migrate
This commit is contained in:
@ -6,7 +6,7 @@ module.exports = function() {
|
||||
src: ['public/**/*.ts', 'public/test/**/*.ts', "!public/vendor/**/*.ts"],
|
||||
dest: 'public_gen/',
|
||||
options: {
|
||||
module: 'amd', //or commonjs
|
||||
module: 'system', //or commonjs
|
||||
target: 'es5', //or es3
|
||||
rootDir: 'public/',
|
||||
sourceRoot: 'public/',
|
||||
|
Reference in New Issue
Block a user