From 5ba7dc04cfc7b7a27d61963701449a5a9edcb6ad Mon Sep 17 00:00:00 2001 From: Ruslans Uralovs Date: Tue, 11 Dec 2018 16:03:31 +0000 Subject: [PATCH] KYLO-3200 Make UI build take port number as parameter, remove writing to file for dev build --- ui/ui-app/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui-app/webpack.config.js b/ui/ui-app/webpack.config.js index f4485c6a5d..503055d161 100644 --- a/ui/ui-app/webpack.config.js +++ b/ui/ui-app/webpack.config.js @@ -390,7 +390,7 @@ const webpackConfig = (env) => { new webpack.HotModuleReplacementPlugin(), new FriendlyErrorsWebpackPlugin(), new ProgressPlugin(), - new writeFilePlugin(), + // new writeFilePlugin(), ); if (env && env.dev) { //i.e. we dont' want SourcePlugin if env is other than dev env, e.g. if env is dev-tool-cheap config.plugins.push(