0.1.6 • Published 6 years ago

umi-plugin-pnp v0.1.6

Weekly downloads
22
License
MIT
Repository
github
Last release
6 years ago

umi-plugin-pnp

Umi plugin to support Plug'n'Play of yarn.

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-pnp', { alias: true }],
  ],
}

Options

  • alias -- default false, set webpack alias for @babel/runtime, core-js and regenerator-runtime, or you will need to install these dependencies in your project

Example

LICENSE

MIT