-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
NPM module includes unnecessary files #923
Comments
I think this problem can be solved by using a |
The following are the files selected for the package: maplibre-style-spec/package.json Line 46 in 40f6fe7
I guess it is related to sourcemaps to see the actually code etc. BTW, If you are using a windows machine for JavaScript development I advise to use WSL, its's a lot faster... |
I also don't see this here: Are you sure you are using the latest package and that your npm cache is cleared? |
Ope, it looks like my project is using version 19.3.3 my bad. Yeah it seems to be fixed in recent versions. |
Describe the bug
When installing
@maplibre/maplibre-gl-style-spec
from npm many files are downloaded that are not neededTo Reproduce
Steps to reproduce the behavior:
npm i @maplibre/maplibre-gl-style-spec
node_modules/@maplibre/maplibre-gl-style-spec
folder in preferred file system browsing toolExpected behavior
The npm module should only contain the js files from the dist folder and a few other important things like package.json
Screenshots
Desktop:
Additional context
I am using maplibre/maplibre-gl-style-spec as a sub-dependency of azure-maps-control
The text was updated successfully, but these errors were encountered: