diff --git a/platform/framework/bundle.json b/platform/framework/bundle.json index 570d46ccb2..a09bea185c 100644 --- a/platform/framework/bundle.json +++ b/platform/framework/bundle.json @@ -1,5 +1,16 @@ { "name": "Open MCT Web Framework Component", "description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.", + "libraries": "lib", + "configuration": { + "paths": { + "angular": "angular.min" + }, + "shim": { + "angular": { + "exports": "angular" + } + } + }, "extensions": {} } \ No newline at end of file