Extend Vite config from package.json field. Latest version: 0.1.1, last published: 3 years ago. Start using vite-plugin-package-config in your project by running `npm i vite-plugin-package-config`. There are 4 other projects in the npm registry using vit
npm i -D vite-plugin-package-config Add plugin to yourvite.config.ts: // vite.config.tsimportPkgConfigfrom'vite-plugin-package-config'exportdefault{plugins:[PkgConfig()]} Why? Well, I know you can always have those configurations in yourvite.config.tsfile. But, aware the file is in Jav...