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-09-08 19:32:47 +0300
committerJulius Härtl <jus@bitgrid.net>2020-09-09 10:23:49 +0300
commita48b479776bf3c9d0f7fd977c5bc3e124276fcf3 (patch)
treedba1b8ffb95b82826911d5d3fa44493454e176f2 /webpack.common.js
parent9b068d180ffcfc16f699468408285b871f087519 (diff)
Just transpile all with babel
Otherwise we need to keep up with each dependency if it is actually IE11 compatible Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 744c99b18..81e33549f 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -47,7 +47,6 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
- exclude: /node_modules(?!(\/|\\)(proxy-polyfill)(\/|\\))/,
},
{
test: /\.(png|jpg|gif|svg)$/,