[READ-ONLY] Mirror of https://github.com/danielroe/unplugin-purge-polyfills. A tiny plugin to replace package imports with better native code.
0

Configure Feed

Select the types of activity you want to include in your feed.

unplugin-purge-polyfills / tsdown.config.ts
94 B 5 lines
1import { defineConfig } from 'tsdown' 2 3export default defineConfig({ 4 dts: { oxc: true }, 5})