Skip to content

Commit

Permalink
- fixed commonjs bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Sep 17, 2020
1 parent 01e2589 commit e6cce00
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 48 deletions.
12 changes: 11 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@
],
"scripts": [],
"allowedCommonJsDependencies": [
"stacktrace-js"
"stacktrace-js",
"videojs-vtt.js",
"@videojs/xhr",
"@babel/runtime/helpers/possibleConstructorReturn",
"@babel/runtime/helpers/construct",
"@babel/runtime/helpers/inherits",
"global/document",
"mux.js/lib/tools/ts-inspector.js",
"mux.js/lib/tools/mp4-inspector",
"mux.js/lib/mp4/probe",
"mux.js/lib/mp4/caption-parser"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js",
Expand Down
129 changes: 88 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@angular/platform-browser": "^10.1.2",
"@angular/platform-browser-dynamic": "^10.1.2",
"@angular/router": "^10.1.2",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/core": "^13.0.0",
"@swimlane/ngx-charts": "^16.0.0",
"bootstrap": "^4.5.0",
"localforage": "^1.7.3",
"moment": "^2.26.0",
"rxjs": "~6.5.5",
"rxjs": "~6.6.3",
"stacktrace-js": "^2.0.2",
"tslib": "^2.0.0",
"video.js": "^7.8.2",
Expand All @@ -45,11 +45,11 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.39",
"@types/resize-observer-browser": "^0.1.3",
"archiver": "^4.0.1",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"archiver": "^5.0.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma": "~5.2.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
Expand Down

0 comments on commit e6cce00

Please sign in to comment.