cart
cart copied to clipboard
Remove jQuery as a Dependency
Bug Report
Current Behavior If one is developing a project with vanilla JS, functionality will brick because this EXT has a hidden dependency to jQuery.
Expected behavior/output Refactor cart.js to vanilla JS.
Environment
- TYPO3 version(s): multiple
- cart version: multiple
- Is your TYPO3 installation set up with Composer (Composer Mode): irrelevant
- OS: irrelevant
Possible Solution Refactor cart.js.
Additional context None
Have not tested that yet but at least the description looks promising: https://github.com/sachinchoolur/replace-jquery
@extcode After merging the PR this issue can be closed now :)