Remove unnecessary expose of html2canvas

[MAILPOET-2683]
This commit is contained in:
Rostislav Wolny 2020-02-04 18:45:23 +01:00 committed by Jack Kitterhing
parent 8dbbb91518
commit 353a16fcb5

View File

@ -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',