mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
Implement cache priming prototype
This commit is contained in:
@@ -12,7 +12,8 @@ builder.config({
|
||||
'angular2-aspnet/*': 'dist/*'
|
||||
},
|
||||
meta: {
|
||||
'angular2/*': { build: false }
|
||||
'angular2/*': { build: false },
|
||||
'@reactivex/*': { build: false }
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user