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

improvements and optimizations for webpack CLI configuration #321

Closed
1 of 5 tasks
thescientist13 opened this issue Apr 11, 2020 · 3 comments
Closed
1 of 5 tasks

improvements and optimizations for webpack CLI configuration #321

thescientist13 opened this issue Apr 11, 2020 · 3 comments
Assignees
Labels
CLI enhancement Improve something existing (e.g. no docs, new APIs, etc) invalid This doesn't seem right

Comments

@thescientist13
Copy link
Member

thescientist13 commented Apr 11, 2020

Type of Change

  • New Feature Request
  • Documentation / Website
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

Just wanted to track a general collection of enhancements / improvements I've been wanting to make

Details

Kind of grab bag at the moment, but hopefully these are quick one liners implementations. Or else if they take too long, they can spun off into their own issues.

  1. IE11 support not needed by default now that custom configs can be provided?
  2. add output.futureEmitAssets
  3. babel preset-modules
  4. Make sure webpack is emitting / configured specifically for ES2015+ by default
  5. Use TerserPlugin instead of UglifyJS (if not already enabled)
  6. Review browserslist config for best modern browser support + Promise?
  7. polyfills on demand?
  8. evaluate mini-html-webpack-plugin
  9. Check setting for ModuleConcatPlugin
  10. Brotli compression available in Netlify
@thescientist13 thescientist13 added the enhancement Improve something existing (e.g. no docs, new APIs, etc) label Apr 11, 2020
@thescientist13 thescientist13 added this to the MVP milestone Apr 11, 2020
@thescientist13 thescientist13 self-assigned this Apr 11, 2020
@thescientist13 thescientist13 changed the title improvements and optimizations for CLI configuration improvements and optimizations for webpack CLI configuration May 1, 2020
@thescientist13
Copy link
Member Author

thescientist13 commented Jul 31, 2020

linking some article / examples for further review

@thescientist13
Copy link
Member Author

As part of #355 / #417 webpack wont be used in the project anymore, so this issue will become invalid once this gets merged and release.

@thescientist13 thescientist13 mentioned this issue Nov 12, 2020
12 tasks
@thescientist13
Copy link
Member Author

v0.10.0 released, webpack related issues no longer apply to the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI enhancement Improve something existing (e.g. no docs, new APIs, etc) invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant