Skip to content

Commit

Permalink
build: Use hotOnly mode with react-refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 20, 2020
1 parent c63e9bf commit e456f41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.base.ts
Expand Up @@ -47,6 +47,10 @@ export const baseConfig: webpack.Configuration = {

plugins: [new webpack.EnvironmentPlugin(envConfig)],

devServer: {
hotOnly: true,
},

module: {
rules: [
{
Expand Down

0 comments on commit e456f41

Please sign in to comment.