Skip to content

Commit 25e6847

Browse files
fix(graphql): add root plugin entry
1 parent 8f0f68b commit 25e6847

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/graphql/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"main": "./dist/index.js",
88
"types": "./dist/index.d.ts",
99
"files": [
10-
"dist"
10+
"dist",
11+
"plugin.js"
1112
],
1213
"publishConfig": {
1314
"access": "public"

packages/graphql/plugin.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)