Skip to content

Commit

Permalink
Merge pull request #3442 from neos/task/esbuild-extensibility-alias-r…
Browse files Browse the repository at this point in the history
…evert-fix

Revert "BUGFIX: Make extensibility api compatible with esbuild alias"
  • Loading branch information
markusguenther authored Apr 11, 2023
2 parents 75d8344 + 750df99 commit 58e3497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/neos-ui-extensibility/extensibilityMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"classnames": "@neos-project/neos-ui-extensibility/dist/shims/vendor/classnames",
"react-redux": "@neos-project/neos-ui-extensibility/dist/shims/vendor/react-redux",
"redux-actions": "@neos-project/neos-ui-extensibility/dist/shims/vendor/redux-actions",
"redux-saga/effects": "@neos-project/neos-ui-extensibility/dist/shims/vendor/redux-saga/effects",
"redux-saga/effects": "@neos-project/neos-ui-extensibility/dist/shims/vendor/redux-saga-effects",
"redux-saga": "@neos-project/neos-ui-extensibility/dist/shims/vendor/redux-saga",
"reselect": "@neos-project/neos-ui-extensibility/dist/shims/vendor/reselect",
"@friendsofreactjs/react-css-themr": "@neos-project/neos-ui-extensibility/dist/shims/vendor/react-css-themr",
Expand All @@ -24,4 +24,4 @@
"@neos-project/neos-ui-views": "@neos-project/neos-ui-extensibility/dist/shims/neosProjectPackages/neos-ui-views",
"@neos-project/neos-ui-guest-frame": "@neos-project/neos-ui-extensibility/dist/shims/neosProjectPackages/neos-ui-guest-frame",
"@neos-project/utils-redux": "@neos-project/neos-ui-extensibility/dist/shims/neosProjectPackages/utils-redux"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import readFromConsumerApi from '../../../../readFromConsumerApi';
import readFromConsumerApi from '../../../readFromConsumerApi';

module.exports = readFromConsumerApi('vendor')().reduxSagaEffects;

0 comments on commit 58e3497

Please sign in to comment.