WebCamera icon indicating copy to clipboard operation
WebCamera copied to clipboard

[Refactor] Use a module dependency like Webpack.

Open riju opened this issue 6 years ago • 0 comments

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 avatar Jun 26 '19 15:06 riju