Webpack config not found #22248
Replies: 3 comments
-
@pmweeks98 Are you getting Webpack errors with this component: {
...
indexHtmlFile: "cypress/support/component-index.html",
supportFolder: "cypress/support",
} Even with those added, the error says it can't find the Cypress component-index.html file. |
Beta Was this translation helpful? Give feedback.
-
@pmweeks98 your configuration looks good for passing in a custom webpack config, are you still seeing this error? If you are, could you create an issue with a reproduction so we can drill into what's going on? |
Beta Was this translation helpful? Give feedback.
-
Hey @pmweeks98 I'm a bit late, but what you did worked for me.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Setting up component testing and stuck at this screen
Config is not located in that folder so have updated the
cypress.config.ts
to look like thisAm I loading in the config incorrectly?
Beta Was this translation helpful? Give feedback.
All reactions