Skip to content

Commit

Permalink
fix regeneratorRuntime is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
kieusonlam committed Nov 12, 2020
1 parent bab370c commit 05fccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/plugin.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue'
import VueApollo from 'vue-apollo'
import 'cross-fetch/polyfill'
import { createApolloClient, restartWebsockets } from 'vue-cli-plugin-apollo/graphql-client'
import { createApolloClient, restartWebsockets } from 'vue-cli-plugin-apollo/graphql-client/src'
import Cookie from 'universal-cookie'
import { InMemoryCache } from 'apollo-cache-inmemory'

Expand Down

0 comments on commit 05fccfe

Please sign in to comment.