Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-09 16:10:44 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-12-10 19:24:07 +0300
commitcd9b01d1474a158922cc6534d2aa6e0f6467098c (patch)
tree24bd16be5eff3fe327412bceae59cf826a574f90 /webpack.common.js
parent71dca9e3e9bd375880b9ca8e2d8acbd6e18fc903 (diff)
Bump html-to-text from 5.1.1 to 8.1.0
Bumps [html-to-text](https://github.com/html-to-text/node-html-to-text) from 5.1.1 to 8.1.0. - [Release notes](https://github.com/html-to-text/node-html-to-text/releases) - [Changelog](https://github.com/html-to-text/node-html-to-text/blob/master/CHANGELOG.md) - [Commits](https://github.com/html-to-text/node-html-to-text/compare/5.1.1...8.1.0) --- updated-dependencies: - dependency-name: html-to-text dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 8539ca98e..f6347f125 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -51,6 +51,14 @@ module.exports = {
'js-base64',
]),
},
+ // Fix html-to-text and its dependencies
+ // https://github.com/html-to-text/node-html-to-text/issues/229#issuecomment-945215065
+ {
+ type: 'javascript/auto',
+ test: /\.[cm]?js$/,
+ loader: 'babel-loader',
+ include: /node_modules[/\\](@?selderee|parseley)/,
+ },
{
test: /\.(png|jpg|gif)$/,
loader: 'file-loader',