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: ignore examples and flow files

Mary 3bc6066a 404cb3c1

+7
+7
src/npm/lib/fetch.ts
··· 63 63 64 64 // typescript declaration files (not needed for bundling) 65 65 /\.d\.[cm]?ts$/, 66 + 67 + // flow type annotations 68 + /\.js\.flow$/, 69 + /\.flow$/, 70 + 71 + // example/demo directories 72 + /^examples?\//i, 66 73 ]; 67 74 68 75 /**