feat: migrate to RSPack (#2131)

* Migrate to RSPack
* Add tests to CI, address coverage
* fix: Restore AWS sdk
* add simple serve
This commit is contained in:
Igor Savin
2026-03-15 00:08:19 +02:00
committed by GitHub
parent 2f68d9425b
commit 70b8f1145d
24 changed files with 10027 additions and 10773 deletions
+4 -7
View File
@@ -52,12 +52,9 @@ jobs:
- name: Test
run: npm run test
# TODO: Re-enable integration tests once webpack/rollup compatibility is resolved
# - name: Test (Integration)
# run: |
# cd ./tests/integration/rollup-test && ./test.sh && cd -
# cd ./tests/integration/webpack-babel-test && ./test.sh && cd -
# cd ./tests/integration/webpack-test && ./test.sh && cd -
- name: Test (Integration)
if: matrix.operating-system == 'ubuntu-latest'
run: npm run test:integration
browser:
name: Test (Browser)
@@ -82,7 +79,7 @@ jobs:
npx playwright install
- name: Build
run: npx grunt prepare
run: npm run build
- name: Test
run: |