-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/MSSDK-1750: migrate from babel to vite; enable vite's library mo…
…de; improve react components file semantics; migrate from jest to vitest (#369) * feat/MSSDK-1709: implement barebones embeddable script template; migrate from babel to vite; enable vite's library mode; improve react components file semantics; migrate from jest to vitest * feat/MSSDK-1709: update github workflow to match the new build tools * feat/MSSDK-1709: update package-lock.json and pnpm-lock.yaml * feat/MSSDK-1709: finish migration to pnpm; fix another batch of ts errors * feat/MSSDK-1709: finish migration to pnpm; fix another batch of ts errors * feat/MSSDK-1709: finish migration to pnpm; fix another batch of ts errors; reconfigure husky and bump to latest * feat/MSSDK-1709: finish migration to pnpm; fix another batch of ts errors; reconfigure husky and bump to latest * feat/MSSDK-1709: revert migration to pnpm * feat/MSSDK-1709: delete pnpm-workspace.yaml * feat/MSSDK-1709: fix call-publish.yml * feat/MSSDK-1709: alter vite config to emit msdFont CSS file * feat/MSSDK-1709: update emitted CSS file's path to keep backwards compatibility * feat/MSSDK-1709: update vitest config * feat/MSSDK-1709: swap vite react plugin to SWC to gain performance during builds * feat/MSSDK-1709: remove cleeng scripts * feat/MSSDK-1709: update pnpm-lock.yaml * feat/MSSDK-1709: update pnpm-lock.yaml
- Loading branch information
Showing
191 changed files
with
1,820 additions
and
2,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
src/serviceWorker.js | ||
config | ||
scripts | ||
node_modules | ||
dist | ||
coverage-ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sh .husky/scripts/verify_branch_name | ||
pnpm exec lint-staged | ||
pnpm test | ||
pnpm test-ci |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.