thefrontside / javascript

Frontside JavaScript tooling
9 stars 5 forks source link

Reduce npm package #43

Closed ai closed 2 years ago

ai commented 2 years ago

Motivation

Remove unnecessary files from node_modules to save space and make npm install faster

Approach

npm publish do not publish files from .npmignore.

Other ESLint plugins does the same.

Alternate Designs

We can also use package.files, but I started from the safest solution.

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 2c09840869d5179175770da4950a8edd7c3f2151

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------ | ----- | | eslint-plugin-prefer-let | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR