]> Untitled Git - lemmy-ui.git/blobdiff - webpack.config.js
Merge pull request #1599 from jsit/chore/separate-mod-button-functions
[lemmy-ui.git] / webpack.config.js
index f14707a1a00ae738b92f60a9ce4731dc4795d514..dcb88c52cb0046e81132b2471b6327586a0d3264 100644 (file)
@@ -4,7 +4,7 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin");
 const nodeExternals = require("webpack-node-externals");
 const CopyPlugin = require("copy-webpack-plugin");
 const RunNodeWebpackPlugin = require("run-node-webpack-plugin");
-const merge = require("lodash/merge");
+const merge = require("lodash.merge");
 const { ServiceWorkerPlugin } = require("service-worker-webpack");
 const BundleAnalyzerPlugin =
   require("webpack-bundle-analyzer").BundleAnalyzerPlugin;