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:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user