Skip to content

Commit ac3abcf

Browse files
committed
reset collaboration to dev branch state
1 parent 94ecffc commit ac3abcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/collaboration/carma-pecher-collab/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineConfig({
3838
fileName: "index",
3939
// Change this to the formats you want to support.
4040
// Don't forget to update your package.json as well.
41-
formats: ["es"],
41+
formats: ["es", "cjs"],
4242
},
4343
rollupOptions: {
4444
// External packages that should not be bundled into your library.

libraries/collaboration/carma-wuppertal-collab/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig({
3737
fileName: 'index',
3838
// Change this to the formats you want to support.
3939
// Don't forget to update your package.json as well.
40-
formats: ['es'],
40+
formats: ['es', 'cjs'],
4141
},
4242
rollupOptions: {
4343
// External packages that should not be bundled into your library.

0 commit comments

Comments
 (0)