genymotion-device-web-player
                                
                                
                                
                                    genymotion-device-web-player copied to clipboard
                            
                            
                            
                        Replace unmaintained gulp bundler
Prerequisites
- [x] I've read & comply with the contributing guidelines
 - [x] I've searched open issues if my demand is already reported.
 
Description
gulp latest release was 3 years ago. It is not actively maintained anymore. With nodejs development and maintenance pace (v12 deprecated now, LTS moving from 16 to 18 in october 2022) : it will break.
Consider replacing Gulp by a maintained bundler, I would suggest:
- Webpack 5
 - Parcel 2
 - maybe Vite ? (currently v2, v3 in beta)
 
Expected behavior:
Bundled JS and CSS remain similar (size, bundle time, dev/prod modes) with as less impacts on sources as possible, maybe none.
cf. https://github.com/gulpjs/gulp/issues/2654