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 8786e38 commit 805797a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ import vttThumbnails from './vtt-thumbnails';
import styledTextTracks from './styled-text-tracks';

const plugins = {
// #if (!process.env.WEBPACK_BUILD_LIGHT)
dashPlugin,
interactive,
imaPlugin
// #endif
aiHighlightsGraph,
analytics,
autoplayOnScroll,
Expand All @@ -35,11 +40,6 @@ const plugins = {
pacedTranscript,
styledTextTracks,
vttThumbnails,
// #if (!process.env.WEBPACK_BUILD_LIGHT)
interactive,
dashPlugin,
imaPlugin
// #endif
};

export default plugins;

0 comments on commit 805797a

Please sign in to comment.