Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.

Fix manualChunks for pnpm install (#18)

Changed files
+1
scripts
rollup
+1
scripts/rollup/config.mjs
···
treeshake: 'smallest',
shimMissingExports: false,
preserveEntrySignatures: 'allow-extension',
+
preserveSymlinks: true,
output: [
{