-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
5.3.2 package release does not include dist. #491
Comments
Can confirm, there is nothing in the package. |
For anyone just wanting to get CRA started, add this to your package json:
|
@dwjohnston Just found out resolutions didn’t work in npm, but I’ve used overrides instead, thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Latest publish (5.3.2) appears to have not included the dist folder.
Actual Behavior
When I install terser-webpack-plugin, the package.json
main
property saysdist/index.js
but no dist folder is included.This can cause error messages like this one in create-react-app facebook/create-react-app#10515
Expected Behavior
Those files should be included.
How Do We Reproduce?
navigate to the node_modules folder and see that dist is not included.
Also, repro here: https://github.com/dwjohnston/terser-wb-rerpro/tree/main
The text was updated successfully, but these errors were encountered: