Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

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

feat: don't extract .d.ts files

Mary 404cb3c1 bff9d6af

+3
+3
src/npm/lib/fetch.ts
··· 60 60 61 61 // source maps (usually not needed in bundling) 62 62 /\.map$/, 63 + 64 + // typescript declaration files (not needed for bundling) 65 + /\.d\.[cm]?ts$/, 63 66 ]; 64 67 65 68 /**