All Projects → yarnpkg → Pnp Sample App

yarnpkg / Pnp Sample App

A playground to preview and experiment with Yarn Plug'n'Play

Programming Languages

javascript
184084 projects - #8 most used programming language

Plug'n'play sample app

This app showcase a wide range of popular packages, and show that Plug'n'play has no issue working with them. Feel free to open PRs to add more, even if they would make little sense in a classic application!

Usage

Running yarn install in the root directory will automatically use the Plug'n'Play-enabled build checked inside the repository. To try out the project without Plug'n'Play enabled, just run YARN_PLUGNPLAY_OVERRIDE=0 yarn install instead.

Plugins

A few plugins are needed for various build tools to properly understand how to resolve files. Those are the ones we use:

Packages

The packages currently configured are:

  • Babel
  • ESLint
  • Gulp
  • Http-server
  • Jest
  • Prettier
  • React
  • Uglifyjs
  • Webpack
  • Webpack-dev-server

Known Issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].