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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-01 15:58:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-09-01 17:39:38 +0300
commitbee8702a433b2850e3687647b157b5ce17ed91f4 (patch)
tree6bfd4966f0883c19d94350ac9805c5d18445682d /webpack.test.js
parent0ee6e1215a91c78f6c61679956b84e3218c0e478 (diff)
Bump webpack-merge from 4.2.2 to 5.1.3
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.2.2 to 5.1.3. - [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.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'webpack.test.js')
-rw-r--r--webpack.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.test.js b/webpack.test.js
index 76e18fa12..9a5b4d98b 100644
--- a/webpack.test.js
+++ b/webpack.test.js
@@ -19,7 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-const merge = require('webpack-merge');
+const { merge } = require('webpack-merge');
const common = require('./webpack.common.js');
// webpack.config.js
const nodeExternals = require('webpack-node-externals')