Skip to content

Commit 25cdc4a

Browse files
committed
add src/predicate to the list of exports we should save from uglify
1 parent dc7c728 commit 25cdc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/gulp/uglify-task.js

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const reservePublicNames = ((ESKeywords) => function reservePublicNames(target,
9191
`../${src}/table.js`,
9292
`../${src}/vector.js`,
9393
`../${src}/util/int.js`,
94+
`../${src}/predicate.js`,
9495
`../${src}/recordbatch.js`,
9596
`../${src}/${mainExport}.js`,
9697
];

0 commit comments

Comments
 (0)