Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Adjust module path to distribution #3314

Merged
merged 3 commits into from
Jan 2, 2023

Conversation

markusguenther
Copy link
Member

When the package is "compiled" the build will not handle typescript and expect a JavaScript module. As we create a distribution, we should target the dist folder.

When the package is "compiled" the build will not handle typescript and expect a JavaScript module.
As we create a distribution, we should target the dist folder.
@markusguenther
Copy link
Member Author

Ok seems we need to change the path while the release :/

Adds make adjust-extensibility to modify the module parameter path for the production build of the neos-ui-extensibility.
@markusguenther markusguenther merged commit 3abef29 into 8.2 Jan 2, 2023
@markusguenther markusguenther deleted the bugfix/module-path-extensibility branch January 2, 2023 00:02
grebaldi pushed a commit to grebaldi/PackageFactory.Guevara that referenced this pull request Jan 10, 2023
* BUGFIX: Adjust module path to distribution

When the package is "compiled" the build will not handle typescript and expect a JavaScript module.
As we create a distribution, we should target the dist folder.

* TASK: Add command for extensibility adjustment

Adds make adjust-extensibility to modify the module parameter path for the production build of the neos-ui-extensibility.

* TASK: Check if jq is installed on the release machine
mhsdesign added a commit that referenced this pull request Feb 15, 2023
mhsdesign added a commit that referenced this pull request Feb 17, 2023
* Revert "TASK: Handling extensibility module path (#3316)"

This reverts commit d48f9c8.

* Revert "BUGFIX: Adjust module path to distribution (#3314)"

This reverts commit 3abef29.

* Task: Ts use "target": "ES2020",

* Task: Fix make help

* Task: typescript dont transpile to javascript standarts older than dinosaurs

* Task: use publishConfig.main to solve conditional exports

https://yarnpkg.com/configuration/manifest#publishConfig

* Task; use `workspace:*` selector also in npm packages dependencies

* Task: speed up `bump-version` from 1m18s to 10s

* Task: remove ./Build/createVersionFile.sh script and use esbuild define
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant