Skip to content

Commit 1fcba80

Browse files
committed
Use ESM server output so the ESM-only orchestrion vite plugin loads
1 parent 7f3d63a commit 1fcba80

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

dev-packages/e2e-tests/test-applications/remix-orchestrion/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "remix-orchestrion",
33
"private": true,
44
"sideEffects": false,
5+
"type": "module",
56
"//": "Need to use ioredis 5.10.1 because that's the last version before they support tracing channels",
67
"scripts": {
78
"build": "remix vite:build",

dev-packages/e2e-tests/test-applications/remix-orchestrion/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default defineConfig({
88
plugins: [
99
remix({
1010
ignoredRouteFiles: ['**/.*'],
11-
serverModuleFormat: 'cjs',
1211
}),
1312
sentryRemixVitePlugin(),
1413
// Runs the orchestrion code transform over the SSR server bundle and

0 commit comments

Comments
 (0)