Skip to content

Commit

Permalink
Revert "BUGFIX: Make extensibility api compatible with esbuild alias"
Browse files Browse the repository at this point in the history
This reverts commit 9c547cc.

As it was fixed via: v0.17.11 in esbuild: https://github.com/evanw/esbuild/releases/tag/v0.17.11

see evanw/esbuild#2963
  • Loading branch information
mhsdesign authored and markusguenther committed Apr 11, 2023
1 parent 75d8344 commit 750df99
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 750df99

Please sign in to comment.