AbsaOSS / AbsaOSS/enceladus

Bundle Menas resources

未关闭
#314 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
feature Menas priority: undecided under discussion
主要语言
Scala
星标
33
派生
16
PR 合并指标
30 天内没有已合并 PR

描述

## Background
Currently, Menas has a lot of `js` files which are fetched separately on load. This abundance of HTTP requests slows down loading the application. This will only grow over time.

## Feature
We should bundle our resources and serve them all at once.

## Proposed Solution [Optional]
We can use something like
1. https://webpack.js.org
2. https://parceljs.org (less configuration than webpack, an interesting choice)
3. https://github.com/eirslett/frontend-maven-plugin (maven plugin to run npm commands as part of the build)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。