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

Commits on Aug 3, 2023

  1. [TASK] Add support for TYPO3 v12 ES6 modules

    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
    bnf committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7485c92 View commit details
    Browse the repository at this point in the history