diff --git a/webpack.common.js b/webpack.common.js index 0ff7881..1e409e3 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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 + ) ] };