-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@cypress/webpack-preprocessor latest version appears not to have dist
directory
#9037
Comments
@lmiller1990 You beat me to it :) I'm encountering the same issue. It looks like @JessicaSachs already fix it in #9035 just after the release. |
As a temporary measure, you can lock your dependencies to 5.4.8
|
The code for this is done in cypress-io/cypress#9045, but has yet to be released. |
This is fixed in the latest webpack preprocessor version: We had an issue in our build process with semantic release. |
Current behavior
@cypress/webpack-preprocessor@5.4.9
(latest one) does not havedist
directory as specified inmain
. Cannot be used.Desired behavior
Deploy a new version with
dist
correctly built.Test code to reproduce
Then just do
ls node_modules/@cypress/webpack-preprocessor
and see nodist
is there.Versions
5.4.9.
The text was updated successfully, but these errors were encountered: