fis3-parser-reactjs

fis3 parser for react.js & support es6,es7

Usage no npm install needed!

<script type="module">
  import fis3ParserReactjs from 'https://cdn.skypack.dev/fis3-parser-reactjs';
</script>

README

fis3-parser-reactjs

A plugin for fis3 to parse react.js

Config

  fis.match('**.jsx', {
      parser: 'reactjs',
      rExt: 'js'
  })
  .match('*:jsx', {
      parser: 'reactjs'
  });