You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: npm/webpack-dev-server/src/devServer.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ async function getPreset (devServerConfig: WebpackDevServerConfig): Promise<Opti
119
119
returndefaultWebpackModules()
120
120
121
121
default:
122
-
thrownewError(`Unexpected framework ${(devServerConfigasany).framework}, please visit https://on.cypress.io/component-framework-configuration to see a list of supported frameworks`)
122
+
thrownewError(`Unexpected framework ${(devServerConfigasany).framework}, please visit https://on.cypress.io/frameworks to see a list of supported frameworks`)
0 commit comments