Updating build toolchain and deps of Web App reporter #14839
static-analysis.yml
on: pull_request
commit-lint
19s
code-base-checks
47s
detekt-issues
4m 30s
markdown-links
21s
markdownlint
25s
qodana-scan
7m 43s
reuse-tool
14s
Annotations
3 errors
commit-lint
You have commit messages with errors
⧗ input: refactor(web-app-template): Use vite for builds
Replace the create-react-app[1] and the rescripts[2] based build
toolchain with vite[3] and vite-plugin-singlefile[4] as:
- rescripts project has been archived.
- continue using create-react-app is not viable due to upcoming API and packages
deprecations.
- vite has good community support, it builds faster
and its toolchain comes out-of-the-box with almost everything
we need.
[1]: https://github.com/facebook/create-react-app
[2]: https://github.com/harrysolovay/rescripts
[3]: https://vitejs.dev/
[4]: https://github.com/richardtallent/vite-plugin-singlefile
Signed-off-by: Thomas Steenbergen <[email protected]>
✖ body's lines must not be longer than 75 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
markdownlint
Process completed with exit code 1.
|
detekt-issues
Gradle build failed: see console output for details
|