Skip to content

Commit

Permalink
add notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonwan committed Apr 5, 2024
1 parent c6d2356 commit 5e8d89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Yet another m3u8 downloader built with vue3/vite, element-plus & electron.
- pre-bundle dependencies to convert them to ESM.
- transpile typescript to javascript, so that HMR can reflect in the browser.
- In production environment, rollup is used for bundling for its flexibility. see [here](https://vitejs.dev/guide/why.html#why-not-bundle-with-esbuild).
- When using Github Actions, electron-builder auto detects CI environment via `GITHUB_ACTIONS` environment variable (via `is-ci` package).

0 comments on commit 5e8d89b

Please sign in to comment.