Open a-gerescher opened 4 years ago
This is great! I think it can start as a community plugin (happy to link to it in the readme if you want to publish yourself) and then if it gets enough usage we can offer official support for it.
This would be very kind. As i don't have any knowledge in publishing packages, is this mandatory? If yes, i suppose a normal npm package is enough. Templates are npm packages as well?
Yup, you can see the existing packages in this repo for guidance. A plugin package is just a simple package with that plugin file (the code you included above) as the "main" entrypoint.
Awesome work you have done. May i suggest an sucrase plugin? sucrase.io
Should be possible with the plugin to reduce packages that are installed. babel-core installs a lot of packages. And build time should be faster.
imports transform is not needed when files are es6, typescript transform is not needed if project is not typescript... Just a small question at the end: Do you accept custom templates? Is a rollup-plugin wanted?