mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 00:22:36 +08:00
tech(systemjs): merged sync with master, all tests are passing
This commit is contained in:
@ -3,7 +3,7 @@ module.exports = function() {
|
||||
|
||||
return {
|
||||
build: {
|
||||
src: ['public/app/**/*.ts', "!public/vendor/**/*", "!**/*.d.ts"],
|
||||
src: ['public/**/*.ts', "!public/vendor/**/*", "!**/*.d.ts"],
|
||||
dest: 'public_gen/',
|
||||
options: {
|
||||
module: 'system', //or commonjs
|
||||
|
Reference in New Issue
Block a user