Skip to content

Commit

Permalink
KYLO-3200 Make UI build take port number as parameter, remove writing…
Browse files Browse the repository at this point in the history
… to file for dev build
  • Loading branch information
uralovs committed Dec 11, 2018
1 parent c51e3a2 commit 5ba7dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui-app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5ba7dc0

Please sign in to comment.