From 87244e54bbb7e455a394c69386fb5021237627ac Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Aug 2021 10:03:55 +0200 Subject: Remove unused webpack plugin --- client/webpack/webpack.video-embed.js | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'client') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 8320d01e7..4c7f7e19c 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -3,7 +3,6 @@ const path = require('path') const HtmlWebpackPlugin = require('html-webpack-plugin') const TerserPlugin = require('terser-webpack-plugin') -const LoaderOptionsPlugin = require('webpack/lib/LoaderOptionsPlugin') const ProvidePlugin = require('webpack/lib/ProvidePlugin') const MiniCssExtractPlugin = require('mini-css-extract-plugin') @@ -162,20 +161,6 @@ module.exports = function () { chunksSortMode: 'auto', inject: 'body', chunks: [ 'test-embed' ] - }), - - /** - * Plugin LoaderOptionsPlugin (experimental) - * - * See: https://gist.github.com/sokra/27b24881210b56bbaff7 - */ - new LoaderOptionsPlugin({ - options: { - context: __dirname, - output: { - path: helpers.root('dist') - } - } }) ], -- cgit v1.2.3