Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Package publishing cleanup #1118

Merged
merged 7 commits into from
May 28, 2021
Merged

Package publishing cleanup #1118

merged 7 commits into from
May 28, 2021

Conversation

DenysVuika
Copy link
Contributor

Please check if the PR fulfills these requirements

[x] The commit message follows our [guidelines](https://github.com/Alfresco/alfresco-js-api/wiki/Commit-format)
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation
[ ] Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

What is the new behavior?

  • remove UMD support (already was not linked from package.json, removed by Angular 11/12)
  • better configuration for source maps, no need to post-process anything
  • pure typescript setup, no need for rollup and extra modules
  • use dist folder directly, no need for copying sources to extra folders
  • clean-up the dead/unused code and dependencies

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@mergify mergify bot merged commit 2df3084 into develop May 28, 2021
@mergify mergify bot deleted the remove-umd branch May 28, 2021 08:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants