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
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