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 da41831 commit 9c80985Copy full SHA for 9c80985
generator/templates/default/src/entry-client.js
@@ -1,3 +1,6 @@
1
+<%_ if (apollo) { _%>
2
+import 'isomorphic-fetch'
3
+<%_ } _%>
4
import { loadAsyncComponents } from '@akryum/vue-cli-plugin-ssr/client'
5
<%_ if (pwa) { _%>
6
import './registerServiceWorker'
0 commit comments