From c4f7fe09cd014b0ec5c0d64fd320780c45461c06 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Nov 2020 15:57:52 +0100 Subject: Use sass instead of deprecated node sass --- client/webpack/webpack.video-embed.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'client/webpack/webpack.video-embed.js') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index b20a21872..70141527c 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -4,7 +4,6 @@ const path = require('path') const HtmlWebpackPlugin = require('html-webpack-plugin') const TerserPlugin = require('terser-webpack-plugin') const LoaderOptionsPlugin = require('webpack/lib/LoaderOptionsPlugin') -const PurifyCSSPlugin = require('purifycss-webpack') const MiniCssExtractPlugin = require('mini-css-extract-plugin') module.exports = function () { @@ -117,17 +116,6 @@ module.exports = function () { : '[name].[hash].css' }), - new PurifyCSSPlugin({ - paths: [ - helpers.root('src/standalone/videos/embed.ts'), - helpers.root('src/standalone/videos/test-embed.html') - ], - purifyOptions: { - minify: true, - whitelist: [ '*vjs*', '*video-js*' ] - } - }), - new HtmlWebpackPlugin({ template: 'src/standalone/videos/embed.html', filename: 'embed.html', -- cgit v1.2.3