0.1.6
Umi plugin to support Plug’n’Play of yarn.
Configure in .umirc.js,
.umirc.js
export default { plugins: [ ['umi-plugin-pnp', { alias: true }], ], }
alias
false
@babel/runtime
core-js
regenerator-runtime
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
umi-plugin-pnp
Umi plugin to support Plug’n’Play of yarn.
Usage
Configure in
.umirc.js,Options
alias– defaultfalse, set webpack alias for@babel/runtime,core-jsandregenerator-runtime, or you will need to install these dependencies in your projectExample
LICENSE
MIT