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 2746efa commit 72d4df5Copy full SHA for 72d4df5
packages/vue-apollo-ssr/src/index.ts
@@ -1,4 +1,4 @@
1
-import * as serializeJs from 'serialize-javascript'
+import serializeJs from 'serialize-javascript'
2
import { ApolloClient } from '@apollo/client/core/index.js'
3
4
export type ApolloClients = { [key: string]: ApolloClient<any> }
packages/vue-apollo-ssr/tsconfig.json
@@ -5,7 +5,8 @@
5
"moduleResolution": "node",
6
"sourceMap": true,
7
"skipLibCheck": true,
8
- "strict": true
+ "strict": true,
9
+ "esModuleInterop": true
10
},
11
"include": [
12
"src/**/*"
0 commit comments