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

[Refactor] Use a module dependency like Webpack. #14

Open
riju opened this issue Jun 26, 2019 · 0 comments · May be fixed by #35
Open

[Refactor] Use a module dependency like Webpack. #14

riju opened this issue Jun 26, 2019 · 0 comments · May be fixed by #35
Labels
refactor Refactor the code

Comments

@riju
Copy link
Owner

riju commented Jun 26, 2019

Front-end assets like HTML, CSS and especially images are getting bigger in size and number. I guess we should start to modularize and use imports. Webpack's dependency graph can then be used to split code and enhance lazy loading. Rollup looks a good choice also. Let's start using the ES6 modules.

@riju riju added the refactor Refactor the code label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant