Rails x Vue x Graphql x webpackerの IE11対応

自分用のメモ Graphql (Apollo) の実行に 下記が必要。 たぶん fetch するため isomorphic-unfetch yarn add isomorphic-unfetch app/javascript/packs/application.js に下記を追加 import "core-js/stable"; import "regenerator-runtime/runtime"; import 'isomorphic-unfetch' async / await で import "regenerator-r…