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

[TASK] Add support for TYPO3 v12 ES6 modules #2168

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

bnf
Copy link
Contributor

@bnf bnf commented Aug 3, 2023

RequireJS has been deprecated in TYPO3 v12. [1]

Migrate existing backend javascript modules
to ECMAScript6 and configure a respective
import map. [2]

TYPO3 v11 compatibility is preserved by keep
using RequireJS.

[1] https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/Changelog/12.0/Deprecation-97057-DeprecateRequireJSSupport.html
[2] https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/Changelog/12.0/Feature-96510-InfrastructureForJavaScriptModulesAndImportmaps.html

RequireJS has been deprecated in TYPO3 v12. [1]

Migrate existing backend javascript modules
to ECMAScript6 and configure a respective
import map. [2]

TYPO3 v11 compatibility is preserved by keep
using RequireJS.

[1] https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/Changelog/12.0/Deprecation-97057-DeprecateRequireJSSupport.html
[2] https://docs.typo3.org/c/typo3/cms-core/12.4/en-us/Changelog/12.0/Feature-96510-InfrastructureForJavaScriptModulesAndImportmaps.html
@georgringer georgringer merged commit 6b6d766 into georgringer:main Aug 4, 2023
6 of 12 checks passed
@georgringer
Copy link
Owner

thx a lot!

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.

2 participants