fix: Ship vite/client types internally for proper resolution using PNPM (#304)

This commit is contained in:
Aaron
2023-12-29 01:21:05 -06:00
committed by GitHub
parent e6657cb533
commit ff6740d429
6 changed files with 11 additions and 4 deletions
+3
View File
@@ -106,6 +106,9 @@ await spinnerPMap(config).catch((err) => {
process.exit(1);
});
// Copy "public" files that need shipped inside WXT
await fs.copyFile('src/vite-builder-env.d.ts', 'dist/vite-builder-env.d.ts');
spinner.clear().stop();
const duration = Date.now() - startTime;