Skip to content

Commit

Permalink
attempt to fix h3 bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Jul 2, 2024
1 parent ecf3a79 commit ff38eeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clouds/snowflake/common/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { terser } from 'rollup-plugin-terser';
import bundleSize from 'rollup-plugin-bundle-size';
import nodePolyfills from 'rollup-plugin-polyfill-node';


// Find final input path from dirs array
let input;
const dirs = process.env.DIRS.split(',');
Expand Down Expand Up @@ -37,9 +38,9 @@ export default {
footer: process.env.UNIT_TEST ? '' : name +' = _' + name + ';}'
},
plugins: [
nodePolyfills(),
resolve(),
commonjs({ requireReturnsDefault: 'auto' }),
nodePolyfills(),
json(),
terser(),
bundleSize()
Expand Down

0 comments on commit ff38eeb

Please sign in to comment.