Skip to content

Commit

Permalink
Merge pull request #59 from creative-commoners/pulls/2/new-exposed-items
Browse files Browse the repository at this point in the history
ENH Expose sublibraries for some externals
  • Loading branch information
sabina-talipova authored Jan 26, 2023
2 parents 4ebadcb + 0772e31 commit 878d341
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/externals.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ module.exports = (ENV, PATHS, module) => {
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',
Expand All @@ -103,9 +104,13 @@ module.exports = (ENV, PATHS, module) => {
'react-dnd': 'ReactDND',
'react-dnd-html5-backend': 'ReactDNDHtml5Backend',
'react-dom': 'ReactDom',
'react-dom/client': 'ReactDomClient',
'react-redux': 'ReactRedux',
'react-router-dom': 'ReactRouterDom',
'react-select': 'ReactSelect',
'react-select/async': 'ReactSelectAsync',
'react-select/async-creatable': 'ReactSelectAsyncCreatable',
'react-select/creatable': 'ReactSelectCreatable',
reactstrap: 'Reactstrap',
redux: 'Redux',
'redux-form': 'ReduxForm',
Expand Down

0 comments on commit 878d341

Please # to comment.