Skip to content

Commit

Permalink
build: Don't use minimal reload indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 31, 2020
1 parent 67c9f4d commit 760f63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const serve = new WebpackPluginServe({
verbose: true,
rewrites: [{from: /^\/overlay\/[^.]+$/, to: '/overlay/index.html'}],
},
progress: 'minimal',
});

const rendererConfig: webpack.Configuration = merge(baseConfig, {
Expand Down

0 comments on commit 760f63c

Please sign in to comment.