mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:15:12 +00:00
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:
2
.github/workflows/release-timely-docker.yml
vendored
2
.github/workflows/release-timely-docker.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user