[compiler] Update rollup plugins

Update our various compiler rollup plugins.
This commit is contained in:
Lauren Tan
2024-12-26 13:43:09 -05:00
parent 36eefccef5
commit c9cfbfda7e
6 changed files with 38 additions and 47 deletions
@@ -24,6 +24,7 @@ const DEV_ROLLUP_CONFIG = {
format: 'cjs',
sourcemap: false,
exports: 'named',
inlineDynamicImports: true,
},
plugins: [
typescript({