From fa41f25e333a3f8c78a65d7b30548fcbf2d1bbd4 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 31 Jul 2024 11:26:38 +1200 Subject: [PATCH] DEP Remove GraphQL --- js/externals.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/externals.js b/js/externals.js index 0f0eb68..f4ec96f 100644 --- a/js/externals.js +++ b/js/externals.js @@ -90,12 +90,8 @@ module.exports = (ENV, PATHS, module) => { // bundles/bundle.js aliases config: 'Config', // alias for lib/Config // bundles/vendor.js - '@apollo/client': 'ApolloClient', - '@apollo/client/react/hoc': 'ApolloClientReactHoc', classnames: 'classnames', 'deep-freeze-strict': 'DeepFreezeStrict', - 'graphql-fragments': 'GraphQLFragments', - 'graphql-tag': 'GraphQLTag', 'isomorphic-fetch': 'IsomorphicFetch', jquery: 'jQuery', merge: 'merge',