We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096d337 commit 8ca67d5Copy full SHA for 8ca67d5
src/bundlers/webpack/configs/base.ts
@@ -88,6 +88,5 @@ export const getBaseConfig = (payloadConfig: SanitizedConfig): Configuration =>
88
template: payloadConfig.admin.indexHTML,
89
filename: path.normalize('./index.html'),
90
}),
91
- new webpack.HotModuleReplacementPlugin(),
92
],
93
});
0 commit comments