enso/.github
Michał Wawrzyniec Urbańczyk bd3b778721
Replace webpack with esbuild (#3592)
This PR replaces webpack with esbuild, as our bundler.

The change leads to out-of-the-box ~5x improvement in bundling times, reducing the latency in watch-based workflows. 
Along with this a new development server (with live reload capacity) has been introduced to support watch command.

[ci no changelog needed]

### Important Notes
* workflow for checking docs has been removed because it was using outdated prettier version and caused troubles; while the same check is performed in a better way by the GUI/Lint job.
* introduced little more typescript in the scripts in place of js, usually with minimal changes.
2022-08-10 03:41:44 +02:00
..
ISSUE_TEMPLATE Update bug-report.md 2021-06-17 15:57:42 +02:00
workflows Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
CODEOWNERS Update CODEOWNERS (#3630) 2022-08-04 10:21:39 +00:00
mergify.yml [Prettier] Fixed whitespace the in Mergify configuration 2022-02-21 12:06:44 +01:00
PULL_REQUEST_TEMPLATE.md Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
settings.yml Update settings.yml 2022-07-15 23:12:14 +02:00