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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-07-11 20:12:34 +0300
committerdartcafe <github@dartcafe.de>2020-07-11 20:12:34 +0300
commit54c74f23affa1a33b2450b18cf5204d92c9faddc (patch)
tree6461a93a25d205fd25fbc982205da733d401e12e /webpack.prod.js
parentf45ef230246990a7bc60a1e8778a98f18d38385b (diff)
merge fix
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 ab478809..4df7a569 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')
const TerserPlugin = require('terser-webpack-plugin')