Creating a basic babel plugin
Steps:
- git clone https://github.com/sasandhu/babel-plugin-example.git
- cd babel-plugin-example
- run 'npm install'
- run 'npm run test' You will see 'Success!' on the terminal
Modify the custom-plugin.js file To see the result run 'npm run test-plugin'