From 353a16fcb5667364a0976c7981b1d19197917772 Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Tue, 4 Feb 2020 18:45:23 +0100 Subject: [PATCH] Remove unnecessary expose of html2canvas [MAILPOET-2683] --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index a5930af5d3..e0b091328b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -147,10 +147,6 @@ const baseConfig = { include: require.resolve('handlebars'), loader: 'expose-loader?Handlebars', }, - { - include: /html2canvas.js$/, - loader: 'expose-loader?html2canvas', - }, { include: require.resolve('velocity-animate'), loader: 'imports-loader?jQuery=jquery',