1.0.0 • Published 4 years ago
@elfin-fe/babel-plugin-route-names-chain v1.0.0
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
1.0.0
4 years ago