enso/build
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
..
enso-formatter New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
prettier New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
rust-scripts Applying review 2022-03-10 05:57:59 +01:00
src Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
Cargo.toml Better release build time; new maximum-performance production profile. (#3498) 2022-06-11 00:09:54 +02:00
paths.js Developers should be able to build and test desktop IDE on M1 Mac (#3194) 2022-01-10 12:18:34 +03:00