|
51 | 51 | "@react-stately/tabs": "^3.6.9",
|
52 | 52 | "@react-stately/tree": "^3.8.4",
|
53 | 53 | "@react-types/shared": "^3.24.1",
|
54 |
| - "@rsdoctor/webpack-plugin": "1.0.1", |
| 54 | + "@rsdoctor/webpack-plugin": "1.1.2", |
| 55 | + "@rspack/cli": "1.3.10", |
| 56 | + "@rspack/core": "1.3.10", |
| 57 | + "@rspack/plugin-react-refresh": "1.4.3", |
55 | 58 | "@sentry-internal/global-search": "^1.0.0",
|
56 | 59 | "@sentry-internal/rrweb": "2.34.0",
|
57 | 60 | "@sentry-internal/rrweb-player": "2.34.0",
|
|
182 | 185 | "@sentry/jest-environment": "6.0.0",
|
183 | 186 | "@sentry/profiling-node": "9.16.1",
|
184 | 187 | "@styled/typescript-styled-plugin": "^1.0.1",
|
| 188 | + "@swc/plugin-emotion": "9.0.4", |
185 | 189 | "@tanstack/eslint-plugin-query": "^5.66.1",
|
186 | 190 | "@testing-library/dom": "10.4.0",
|
187 | 191 | "@testing-library/jest-dom": "6.6.3",
|
|
246 | 250 | "fix:prettier": "prettier \"**/*.md\" \"**/*.yaml\" \"**/*.[jt]s(x)?\" --write --log-level=error",
|
247 | 251 | "dev": "(yarn check --verify-tree || yarn install --check-files) && sentry devserver",
|
248 | 252 | "dev-ui": "SENTRY_UI_DEV_ONLY=1 SENTRY_WEBPACK_PROXY_PORT=7999 SENTRY_UI_HOT_RELOAD=1 webpack serve",
|
| 253 | + "dev-ui-rspack": "SENTRY_UI_DEV_ONLY=1 SENTRY_WEBPACK_PROXY_PORT=7999 SENTRY_UI_HOT_RELOAD=1 rspack serve", |
249 | 254 | "dev-ui-admin": "SENTRY_ADMIN_UI_DEV=1 yarn dev-ui",
|
| 255 | + "dev-ui-admin-rspack": "SENTRY_ADMIN_UI_DEV=1 yarn dev-ui-rspack", |
250 | 256 | "dev-ui-storybook": "STORYBOOK_TYPES=1 yarn dev-ui",
|
251 | 257 | "dev-acceptance": "NO_DEV_SERVER=1 NODE_ENV=development webpack --watch",
|
| 258 | + "dev-acceptance-rspack": "NO_DEV_SERVER=1 NODE_ENV=development rspack --watch", |
252 | 259 | "webpack-profile": "NO_TS_FORK=1 webpack --profile --json > stats.json",
|
| 260 | + "webpack-profile-rspack": "NO_TS_FORK=1 rspack build --json > stats.json", |
253 | 261 | "install-api-docs": "yarn install --cwd ./api-docs",
|
254 | 262 | "build-deprecated-docs": "yarn install-api-docs && ts-node api-docs/index.ts api-docs/openapi.json tests/apidocs/openapi-deprecated.json",
|
255 | 263 | "diff-docs": "yarn install-api-docs && ts-node api-docs/openapi-diff.ts",
|
256 | 264 | "deref-api-docs": "ts-node api-docs/index.ts tests/apidocs/openapi-spectacular.json tests/apidocs/openapi-derefed.json",
|
257 | 265 | "build-chartcuterie-config": "node --experimental-strip-types config/build-chartcuterie.ts",
|
| 266 | + "build-acceptance-rspack": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production rspack", |
258 | 267 | "build-acceptance": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production webpack",
|
259 | 268 | "build-production": "NODE_ENV=production webpack --mode production",
|
| 269 | + "build-production-rspack": "NODE_ENV=production rspack --mode production", |
260 | 270 | "build": "NODE_OPTIONS=--max-old-space-size=4096 webpack",
|
| 271 | + "build-rspack": "NODE_OPTIONS=--max-old-space-size=4096 rspack", |
261 | 272 | "build-js-loader": "ts-node scripts/build-js-loader.ts",
|
262 | 273 | "build-js-po": "node --experimental-strip-types build-utils/ts-extract-gettext.ts",
|
263 | 274 | "validate-api-examples": "yarn --cwd api-docs openapi-examples-validator ../tests/apidocs/openapi-derefed.json --no-additional-properties",
|
|
0 commit comments