Skip to content

Commit 8ca67d5

Browse files
fix(#3289): removes HMR plugin from prod webpack configs (#3319)
1 parent 096d337 commit 8ca67d5

File tree

1 file changed

+0
-1
lines changed
  • src/bundlers/webpack/configs

1 file changed

+0
-1
lines changed

src/bundlers/webpack/configs/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@ export const getBaseConfig = (payloadConfig: SanitizedConfig): Configuration =>
8888
template: payloadConfig.admin.indexHTML,
8989
filename: path.normalize('./index.html'),
9090
}),
91-
new webpack.HotModuleReplacementPlugin(),
9291
],
9392
});

0 commit comments

Comments
 (0)