diff options
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webpack.common.js b/webpack.common.js index ee6a4953169..21bd2084f0e 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -167,12 +167,6 @@ module.exports = { // We need to provide the path to node_moduels as otherwise npm link will fail due // to tribute.js checking for jQuery in @nextcloud/vue jQuery: path.resolve(path.join(__dirname, 'node_modules/jquery')), - - // Shim ICAL to prevent using the global object (window.ICAL). - // The library ical.js heavily depends on instanceof checks which will - // break if two separate versions of the library are used (e.g. bundled one - // and global one). - ICAL: 'ical.js', }), new WorkboxPlugin.GenerateSW({ |