From ceb11e78ee2f51705cf98f807059cf0cf9eb79c2 Mon Sep 17 00:00:00 2001 From: Artem Tarasov Date: Tue, 11 Jan 2022 14:13:26 +0300 Subject: [PATCH] Web: DocEditor: fix after merge --- web/ASC.Web.Editor/webpack/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/ASC.Web.Editor/webpack/common.js b/web/ASC.Web.Editor/webpack/common.js index 01a6e7d111..149ab351e7 100644 --- a/web/ASC.Web.Editor/webpack/common.js +++ b/web/ASC.Web.Editor/webpack/common.js @@ -9,6 +9,7 @@ module.exports = { filename: "static/js/[name].[contenthash].bundle.js", publicPath: "auto", chunkFilename: "static/js/[id].[contenthash].js", + //assetModuleFilename: "static/images/[hash][ext][query]", }, resolve: { ...resolvers }, plugins: [...plugins.client],