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

Feature: Update client to webpack #14

Closed
brion-fuller opened this issue Jun 7, 2020 · 1 comment · Fixed by #20
Closed

Feature: Update client to webpack #14

brion-fuller opened this issue Jun 7, 2020 · 1 comment · Fixed by #20
Assignees
Projects

Comments

@brion-fuller
Copy link
Contributor

Webpack has a few advantages over tools like require. You have full control of bundling resources and how to manage parts of the bundle. It will help keep modules isolated (avoid global variables). It can be used to also minimize assets like pictures/audio/etc..

@frycz frycz added this to To do in The Roadmap Jun 9, 2020
@brion-fuller brion-fuller self-assigned this Jun 10, 2020
@frycz
Copy link
Contributor

frycz commented Jun 11, 2020

Closing as done.

@frycz frycz closed this as completed Jun 11, 2020
The Roadmap automation moved this from To do to Done Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
The Roadmap
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants