Skip to content

Commit 14c2292

Browse files
lmiller1990agg23
andauthored
feat: exclude html pwa plugin in webpack dev server (#16388)
Co-authored-by: Adam Gastineau <[email protected]>
1 parent 1e7a3fa commit 14c2292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/webpack-dev-server/src/makeWebpackConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import CypressCTOptionsPlugin, { CypressCTOptionsPluginOptions } from './plugin'
77

88
const debug = debugFn('cypress:webpack-dev-server:makeWebpackConfig')
99

10-
const removeList = ['HtmlWebpackPlugin', 'PreloadPlugin']
10+
const removeList = ['HtmlWebpackPlugin', 'PreloadPlugin', 'HtmlPwaPlugin']
1111

1212
export interface UserWebpackDevServerOptions {
1313
/**

0 commit comments

Comments
 (0)