chore: migrate to rspack 🦀 (#9839)

* chore: build to rspack and swc

* wip: rspack

* fix: rspack with hmr for local dev

* fix: pino pretty in local dev

* fix: moved all local dev config

* fix: add missing dependencies

* fix: unit tests ci

* fix: add tsconfig type checking

* fix: ignore watch node_modules

* fix: rspack build

* feat: add type checker

* fix: swagger tests

* fix: gtihub actions

* fix: do not remove nocodb-sdk

* fix: build workflow

* fix: update rspack config

* fix: rspack config sync

* fix: rspack sync

* fix: update configs

* fix: build config

* fix: sync rspack config

* fix: bump rspack version

* fix: rspack local not working
This commit is contained in:
Anbarasu
2024-12-04 22:06:18 +05:30
committed by GitHub
parent 5fa827fd18
commit bc50e73f2b
36 changed files with 2235 additions and 920 deletions

View File

@@ -104,7 +104,7 @@ jobs:
run: |
# build nocodb ( pack nocodb-sdk and nc-gui )
cd packages/nocodb &&
EE=true pnpm exec webpack --config webpack.timely.config.js &&
EE=true pnpm exec rspack --config rspack.timely.config.js &&
# remove bundled libraries (nocodb-sdk, knex-snowflake)
pnpm uninstall --save-prod nocodb-sdk