corona-warn-app / cwa-event-landingpage

Small event landing page for new CWA users when using the native camera. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
7 stars 5 forks source link

Refactor gulpfile for ESM #58

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

This PR transfers the recent changes in the gulpfile.js made to cwa-website to this repository.

It allows:

both of which require migrating from CommonJS to ECMAScript modules.

Unused gulp plugins are uninstalled.

More details can be found in the recent pull requests in

In addition, other packages are updated, similar to pull request:

Verification

Ensure that npm run build completes without errors.