umi-plugin-pnp
v0.1.6
Published
Umi plugin to support Plug'n'Play of yarn.
Readme
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-- defaultfalse, set webpack alias for@babel/runtime,core-jsandregenerator-runtime, or you will need to install these dependencies in your project
Example
LICENSE
MIT
