diff --git a/packages/graphql-codegen-core/package.json b/packages/graphql-codegen-core/package.json index 073e8cf41cf7..1a130a342ada 100644 --- a/packages/graphql-codegen-core/package.json +++ b/packages/graphql-codegen-core/package.json @@ -47,6 +47,7 @@ "devDependencies": { "ts-jest": "24.0.0" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/add/package.json b/packages/plugins/add/package.json index 6b9bc06a693a..9572a2c79b93 100644 --- a/packages/plugins/add/package.json +++ b/packages/plugins/add/package.json @@ -16,6 +16,7 @@ "graphql": "14.1.1", "typescript": "3.3.3333" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/flow-operations/package.json b/packages/plugins/flow-operations/package.json index 52d4b64a92be..4649f0952428 100644 --- a/packages/plugins/flow-operations/package.json +++ b/packages/plugins/flow-operations/package.json @@ -24,6 +24,7 @@ "typescript": "3.3.3333", "graphql-codegen-testing": "0.18.0" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/flow-resolvers/package.json b/packages/plugins/flow-resolvers/package.json index 13ff465d726e..e9fbed276c35 100644 --- a/packages/plugins/flow-resolvers/package.json +++ b/packages/plugins/flow-resolvers/package.json @@ -24,6 +24,7 @@ "flow-parser": "0.94.0", "graphql": "14.1.1" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/flow/package.json b/packages/plugins/flow/package.json index 4db167c1b28d..73adca9db1cd 100644 --- a/packages/plugins/flow/package.json +++ b/packages/plugins/flow/package.json @@ -23,6 +23,7 @@ "ts-jest": "24.0.0", "typescript": "3.3.3333" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/fragment-matcher/package.json b/packages/plugins/fragment-matcher/package.json index ac1807b9929f..385785764661 100644 --- a/packages/plugins/fragment-matcher/package.json +++ b/packages/plugins/fragment-matcher/package.json @@ -23,6 +23,7 @@ "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, + "sideEffects": false, "main": "./dist/index.js", "typings": "dist/index.d.ts", "typescript": { diff --git a/packages/plugins/introspection/package.json b/packages/plugins/introspection/package.json index f3f5b351509d..7d468dd77c04 100644 --- a/packages/plugins/introspection/package.json +++ b/packages/plugins/introspection/package.json @@ -23,6 +23,7 @@ "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/schema-ast/package.json b/packages/plugins/schema-ast/package.json index 697f2189ed87..12adfc4de696 100644 --- a/packages/plugins/schema-ast/package.json +++ b/packages/plugins/schema-ast/package.json @@ -25,6 +25,7 @@ "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/time/package.json b/packages/plugins/time/package.json index ff5c96d9e132..feebb18a923f 100644 --- a/packages/plugins/time/package.json +++ b/packages/plugins/time/package.json @@ -19,6 +19,7 @@ "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript-apollo-angular/package.json b/packages/plugins/typescript-apollo-angular/package.json index 75bfda9c5c4d..c8b0c4b18371 100644 --- a/packages/plugins/typescript-apollo-angular/package.json +++ b/packages/plugins/typescript-apollo-angular/package.json @@ -26,6 +26,7 @@ "flow-parser": "0.94.0", "graphql": "14.1.1" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript-graphql-files-modules/package.json b/packages/plugins/typescript-graphql-files-modules/package.json index b128b7fde90d..1a679009320f 100644 --- a/packages/plugins/typescript-graphql-files-modules/package.json +++ b/packages/plugins/typescript-graphql-files-modules/package.json @@ -20,6 +20,7 @@ "ts-jest": "24.0.0", "typescript": "3.3.3333" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript-mongodb/package.json b/packages/plugins/typescript-mongodb/package.json index 85482474d969..cc57eb57a304 100644 --- a/packages/plugins/typescript-mongodb/package.json +++ b/packages/plugins/typescript-mongodb/package.json @@ -28,6 +28,7 @@ "flow-parser": "0.94.0", "graphql": "14.1.1" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript-operations/package.json b/packages/plugins/typescript-operations/package.json index 1b0a957f80fb..0531f85fd2a7 100644 --- a/packages/plugins/typescript-operations/package.json +++ b/packages/plugins/typescript-operations/package.json @@ -22,6 +22,7 @@ "ts-jest": "24.0.0", "typescript": "3.3.3333" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript-react-apollo/package.json b/packages/plugins/typescript-react-apollo/package.json index 39bb01fa2761..f9f9ed74654e 100644 --- a/packages/plugins/typescript-react-apollo/package.json +++ b/packages/plugins/typescript-react-apollo/package.json @@ -26,6 +26,7 @@ "flow-parser": "0.94.0", "graphql": "14.1.1" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript-resolvers/package.json b/packages/plugins/typescript-resolvers/package.json index 98b88fd9f6b8..836dd1ff403a 100644 --- a/packages/plugins/typescript-resolvers/package.json +++ b/packages/plugins/typescript-resolvers/package.json @@ -24,6 +24,7 @@ "flow-parser": "0.94.0", "graphql": "14.1.1" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript-stencil-apollo/package.json b/packages/plugins/typescript-stencil-apollo/package.json index b006528b68c0..fa38d5333b50 100644 --- a/packages/plugins/typescript-stencil-apollo/package.json +++ b/packages/plugins/typescript-stencil-apollo/package.json @@ -28,6 +28,7 @@ "graphql": "14.1.1", "@types/node": "10.12.30" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/typescript/package.json b/packages/plugins/typescript/package.json index 300cfbfbeb1d..873fa1c81c69 100644 --- a/packages/plugins/typescript/package.json +++ b/packages/plugins/typescript/package.json @@ -21,6 +21,7 @@ "ts-jest": "24.0.0", "typescript": "3.3.3333" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/plugins/visitor-plugin-common/package.json b/packages/plugins/visitor-plugin-common/package.json index 2e9df737ab4a..4140db66be81 100644 --- a/packages/plugins/visitor-plugin-common/package.json +++ b/packages/plugins/visitor-plugin-common/package.json @@ -22,6 +22,7 @@ "graphql": "14.1.1", "@types/graphql": "14.0.7" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/utils/plugins-helpers/package.json b/packages/utils/plugins-helpers/package.json index 72e6efd7a2a2..169e86bfb58e 100644 --- a/packages/utils/plugins-helpers/package.json +++ b/packages/utils/plugins-helpers/package.json @@ -21,6 +21,7 @@ "devDependencies": { "typescript": "3.3.3333" }, + "sideEffects": false, "main": "cjs/index.js", "module": "dist/index.js", "typings": "dist/index.d.ts",