Skip to content

pnpmfile-nolyfill: nolyfill your dependencies on install #100

@lishaduck

Description

@lishaduck

Hello!
I wanted to use nolyfill in a pnpm project, so I went ahead and wrote a pnpmfile for nolyfilling pnpm dependencies.
Plenty of credit (and thanks) to @wojtekmaj for yarn-plugin-nolyfill (and the phrasing for this issue 😜), on which I based my initial implementation (though pnpm's primitives are very different, so the 10 lines that matter ended up pretty different).

How to use:

  • Install by coping the .pnpmfile.cjs into your project.
  • Reinstall repository by executing pnpm i.
  • Poof! ✨ (notice all the noisy logging! 🎉)

You're more than welcome to try it out and let me know what you think.

The source code is at github:lishaduck/pnpmfile-nolyfill.


Yay, I got issue 100 🥳 🙃

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions