Plugin for copying and transforming a file during "dev" sessions
Author: ShujeeCreated Aug 24, 2023Updated Dec 4, 2023
Is there a plugin that I could use to copy and then transform a file at the start of `npm run dev` sessions? All the plugins that I have found only work when `npm run build` is executed. I need to generate a manifest file that will be used by the application during development build.
Source: vitejs/awesome-vite