excalidraw/.github/workflows
Aakansha Doshi a8064ba3ee
build: Welcome ESM and Bye Bye UMD (#7441)
* build: Welcome ESM and Bye Bye UMD

* remove package

* create unbundled esm build

* update script for example

* fix typo

* dummy commit

* update autorelease script to build esm

* revert dummy commit

* move react, react-dom and testing library to dev dependencies

* remove entry.js, publicPath and yarn install:deps script

* fix

* upgrade esbuild to fix glob import error for locales

* remove webpack chunk names as thats not needed anymore

* marking the code sideeffects free

* make the library tree-shakeable and move fonts to fonts directory

* allow side effects for css, scss files

* remove tree-shaking

* comment code for tree shaking

* move to vite for example

* bye bye webpack

* ignore ts

* separate build and output dir

* use esbuild for creating bundle for example

* update output dir

* lint

* create browser dev build with source maps and prod with minification

* add dev and prod builds for bundler

* lint

* update script

* remove await

* load prod build

* create minified build in dist

* prod and dev builds using export field

* remove import.meta

* dummy

* define import.meta prod and dev

* fix

* export types

* add types field

* typo

* lint

* Update scripts/buildPackage.js

* move types inside export

* newline
2024-01-01 20:18:44 +05:30
..
autorelease-excalidraw.yml build: migrate to Vite 🚀 (#6818) 2023-07-27 23:50:11 +05:30
autorelease-preview.yml build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
build-docker.yml build: move release scripts to use release branch (#5958) 2022-12-06 16:33:02 +05:30
cancel.yml build: move release scripts to use release branch (#5958) 2022-12-06 16:33:02 +05:30
lint.yml build: Welcome ESM and Bye Bye UMD (#7441) 2024-01-01 20:18:44 +05:30
locales-coverage.yml build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
publish-docker.yml fix: Revert add version tags to Docker build (#6540) 2023-05-02 12:49:11 +05:30
semantic-pr-title.yml fix: use pull request in semantic workflow for better security (#6799) 2023-07-24 13:01:42 +05:30
sentry-production.yml build: migrate to Vite 🚀 (#6818) 2023-07-27 23:50:11 +05:30
size-limit.yml build: Welcome ESM and Bye Bye UMD (#7441) 2024-01-01 20:18:44 +05:30
test-coverage-pr.yml build: Welcome ESM and Bye Bye UMD (#7441) 2024-01-01 20:18:44 +05:30
test.yml build: Welcome ESM and Bye Bye UMD (#7441) 2024-01-01 20:18:44 +05:30