Closed MikeMcC399 closed 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:
Ensure that npm run build completes without errors.
npm run build
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.