This will allow you to use React, Vue etc using more modern build tool like vite instead of webencore.
Example of how to use this feature
Consider pentatrion/vite-bundle as an example
parent::configureAssets()
// ->addAssetMapperEntry('app')
->addViteEntry('app')
This will allow you to use React, Vue etc using more modern build tool like vite instead of webencore.
Example of how to use this feature
Consider pentatrion/vite-bundle as an example