We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0f68b commit 25e6847Copy full SHA for 25e6847
packages/graphql/package.json
@@ -7,7 +7,8 @@
7
"main": "./dist/index.js",
8
"types": "./dist/index.d.ts",
9
"files": [
10
- "dist"
+ "dist",
11
+ "plugin.js"
12
],
13
"publishConfig": {
14
"access": "public"
packages/graphql/plugin.js
@@ -0,0 +1,4 @@
1
+'use strict';
2
+Object.defineProperty(exports, '__esModule', { value: true });
3
+const tslib_1 = require('tslib');
4
+(0, tslib_1.__exportStar)(require('./dist/plugin'), exports);
0 commit comments