0.1.0
Ecmascript 5 syntax validator plugin for umi.
Install via yarn or npm.
$ yarn add umi-plugin-react
Configure it in the .umirc.js.
.umirc.js
export default { plugins: [ ['umi-plugin-ecma5-validator', option], ], };
Specify the option for @babel/code-frame.
Specify the option for acorn.
In browser,
In command,
In command without compress,
To avoid cases like these,
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
umi-plugin-ecma5-validator
Ecmascript 5 syntax validator plugin for umi.
Usage
Install via yarn or npm.
Configure it in the
.umirc.js.Option
option.codeFrame
Specify the option for @babel/code-frame.
option.acorn
Specify the option for acorn.
Pictures
In browser,
In command,
In command without compress,
Why this package exist?
To avoid cases like these,
LICENSE
MIT