Change cjs output config, so it does not change after upgrade of rollup

Signed-off-by: Tomasz Szuba <tszuba@box.com>
This commit is contained in:
Tomasz Szuba
2024-03-15 12:39:28 +01:00
parent 2256fe0418
commit fb247e4095
+1
View File
@@ -93,6 +93,7 @@ export async function makeRollupConfigs(
entryFileNames: `[name].cjs.js`,
chunkFileNames: `cjs/[name]-[hash].cjs.js`,
format: 'commonjs',
interop: 'compat',
sourcemap: true,
exports: 'named',
});