Skip to content

Commit

Permalink
fix: Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Dec 28, 2023
1 parent 805797a commit 7d6a9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const plugins = {
// #if (!process.env.WEBPACK_BUILD_LIGHT)
dashPlugin,
interactive,
imaPlugin
imaPlugin,
// #endif
aiHighlightsGraph,
analytics,
Expand All @@ -39,7 +39,7 @@ const plugins = {
floatingPlayer,
pacedTranscript,
styledTextTracks,
vttThumbnails,
vttThumbnails
};

export default plugins;

0 comments on commit 7d6a9fa

Please sign in to comment.