Disable hot-reloading for e2e CI tests
Signed-off-by: Frank Showalter <fshowalter@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ export async function serveBundle(options: ServeOptions) {
|
||||
const compiler = webpack(config);
|
||||
|
||||
const server = new WebpackDevServer(compiler, {
|
||||
hot: true,
|
||||
hot: !process.env.CI,
|
||||
contentBase: paths.targetPublic,
|
||||
contentBasePublicPath: config.output?.publicPath,
|
||||
publicPath: config.output?.publicPath,
|
||||
|
||||
Reference in New Issue
Block a user