@elfin-fe/babel-plugin-route-names-chain

1.0.0 • Public • Published

babel-plugin-route-names-chain

Instructions

npm i babel-plugin-route-names-chain --save

babel.config.js

module.exports = {
    plugins: [
        'route-names-chain',
    ],
}

Example

Transforms

const name = RouteNamesChain.Checkin.Profile

roughly to

const name = 'Checkin-Prifile'

For more examples, please see the catalog test

Readme

Keywords

none

Package Sidebar

Install

npm i @elfin-fe/babel-plugin-route-names-chain

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.69 kB

Total Files

4

Last publish

Collaborators

  • natekong
  • wyy102489