Skip to content

Commit

Permalink
feat: merge h5p with tooltip content
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMurage committed Jan 3, 2025
1 parent 60d4400 commit 6d6adb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ module.exports = {
{ from: 'vendor/h5p/fonts', to: 'fonts' },
]
}),
CssMergePlugin(
'styles/h5p.css',
['vendor/h5p/styles/h5p.css', 'vendor/h5p/styles/h5p-tooltip.css'] // files required by h5p player
)
]
};

Expand Down

0 comments on commit 6d6adb8

Please sign in to comment.