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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-08-22 04:08:23 +0300
committerJulius Härtl <jus@bitgrid.net>2020-08-24 09:43:07 +0300
commit5280085204904cc812736f21925519be238cbd7a (patch)
tree52cb47bc1a4f437ec3897b4b2d18e16b2b28132e /webpack.prod.js
parent889d073e6b7edecea72e0b47145bd94728724f77 (diff)
Bump webpack-merge from 4.2.2 to 5.1.2
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.2.2 to 5.1.2. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v4.2.2...v5.1.2) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.prod.js b/webpack.prod.js
index f081567bd..4ff9c2c1a 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -1,4 +1,4 @@
-const merge = require('webpack-merge')
+const { merge } = require('webpack-merge')
const common = require('./webpack.common.js')
module.exports = merge(common, {