Skip to content

Commit

Permalink
Remove main field indication
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed May 17, 2021
1 parent 5673a7b commit 17d0569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = withTM({
**Notes:**

- please declare `withTM` as your last plugin (the "most nested" one).
- make sure all your packages have [a valid `main` field](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#main).
- ~~make sure all your packages have [a valid `main` field](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#main).~~ (not needed anymore since `7.1.0`)
- there is currently no way to transpile only parts of a package, it's all or nothing

### Scoped packages
Expand Down

0 comments on commit 17d0569

Please sign in to comment.