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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-06-08 18:46:04 +0300
committerJulius Härtl <jus@bitgrid.net>2020-06-16 09:28:57 +0300
commit294b32ab62010fb245889614904ea6df8f8b2ad9 (patch)
tree3bead3fda81b6685751d14c80d577d2a37de368a /webpack.common.js
parent38932b5568ae41fd341e82572148d9d2b5fc9254 (diff)
Add proxy-polyfill to make tiptap work with IE11
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index e7d4649e7..744c99b18 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -47,7 +47,7 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
- exclude: /node_modules/
+ exclude: /node_modules(?!(\/|\\)(proxy-polyfill)(\/|\\))/,
},
{
test: /\.(png|jpg|gif|svg)$/,