devta
devta copied to clipboard
Thank you page addition
Changes
- [x] Added thank you page,
- [x] Added custom vite plugin which automatically generates a dependencies list for the thank you page
How does this work?
The vite plugin goes through each file inside src and looks for imports made, then it filters the imports based on package.json
. After the list of dependencies is generated the plugin uses NPM Registry to fetch package information.