Skip to content
Snippets Groups Projects
Commit 1d841793 authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Andreas Fernandez
Browse files

[TASK] Fix npm copy of contrib packages

@lezer/common – in contrast to other @lezer modules,
is placed in dist/index.js instead of dist/index.es.js.
Therefore we add a distinct copy rule.

The sortablejs npm package recently changed to provide both,
a UMD bundle and a native ESM module.
As we actually failed to update the UMD bundle (due to a
rename of the build output filename in sortablejs),
we switch to the new ESM variant right away.

muuri failed to update because dashboardToEs6
was missing in the npmcopy concurrent target.

Resolves: #101784
Resolves: #101785
Resolves: #101787
Related: #101783
Releases: main, 12.4
Change-Id: I2ccf69847876edb55f089a4a5142ac388699fb54
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80687


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent e66d8373
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment