Skip to content

Commit

Permalink
ov-webvomponent: Increased max limit bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jun 25, 2024
1 parent 9fcc593 commit db27483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openvidu-components-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
{
"type": "initial",
"maximumWarning": "1mb",
"maximumError": "2mb"
"maximumError": "3mb"
},
{
"type": "anyComponentStyle",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
import { OpenViduService, ParticipantAbstractModel, RecordingInfo, TokenModel, LangOption } from 'openvidu-angular';
import { Session } from 'openvidu-browser';
import { Session } from 'openvidu-browser-v2compatibility';
import { CaptionsLangOption } from '../../../projects/openvidu-angular/src/lib/models/caption.model';

/**
Expand Down

0 comments on commit db27483

Please sign in to comment.