imsnif / pnp-sample-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Packages

The packages currently configured are:

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

Known Issues

About

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


Languages

Language:JavaScript 100.0%Language:Shell 0.0%