Skip to content

Commit c4434b3

Browse files
committed
Update build tooling
Tree shaking was not working properly because of the way the build process worked where TSC was running and then the code was bundled. Build tooling was upgraded to esbuild for faster builds and migrated from jest to vitest to avoid issues with esm Upgrade chevrotain to latest version, which is esm only (hence the move away from jest)
1 parent 00ef4eb commit c4434b3

16 files changed

+7766
-12464
lines changed

.npmignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,5 @@ CHANGELOG.md
1919
CONTRIBUTING.md
2020
CONTRIBUTORS.md
2121
ISSUE_TEMPLATE
22-
tsconfig-cli.json
23-
tsconfig-esm.json
2422
tsconfig.json
25-
webpack-cli.config.js
26-
webpack-min.config.js
27-
webpack-regular.config.js
23+
vitest.config.ts

jest.config.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)