wodax-umi-plugin-pnp
v1.0.1
Published
Umi plugin to support Plug'n'Play of yarn.
Downloads
2
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-js
andregenerator-runtime
, or you will need to install these dependencies in your project
Example
LICENSE
MIT