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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/webpack.common.js b/webpack.common.js
index fd5e11bbd..959514bb7 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -7,11 +7,6 @@ module.exports = {
entry: {
'admin-settings': path.join(__dirname, 'src', 'mainAdminSettings.js'),
'collections': path.join(__dirname, 'src', 'collections.js'),
- // There is a "worker-loader" plugin for Webpack, but I was not able to
- // get it to work ("publicPath" uses "output.publicPath" rather than the
- // one set in the plugin
- // https://github.com/webpack-contrib/worker-loader/issues/281).
- 'image-blurrer-worker': path.join(__dirname, 'src', 'utils/imageBlurrerWorker.js'),
'talk': path.join(__dirname, 'src', 'main.js'),
'talk-files-sidebar': [
path.join(__dirname, 'src', 'mainFilesSidebar.js'),