0.1.0 • Published 6 years ago

umi-plugin-ecma5-validator v0.1.0

Weekly downloads
21
License
MIT
Repository
github
Last release
6 years ago

umi-plugin-ecma5-validator

Ecmascript 5 syntax validator plugin for umi.

Usage

Install via yarn or npm.

$ yarn add umi-plugin-react

Configure it in the .umirc.js.

export default {
  plugins: [
    ['umi-plugin-ecma5-validator', option],
  ],
};

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