Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace unmaintained gulp bundler #12

Open
2 tasks done
genygilles opened this issue Jul 12, 2022 · 1 comment
Open
2 tasks done

Replace unmaintained gulp bundler #12

genygilles opened this issue Jul 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@genygilles
Copy link
Contributor

Prerequisites

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.

@genygilles genygilles added the enhancement New feature or request label Jul 12, 2022
@genygilles
Copy link
Contributor Author

cf. gulpjs/gulp#2654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant