Skip to content

Commit

Permalink
add src/predicate to the list of exports we should save from uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 26, 2018
1 parent dc7c728 commit 25cdc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/gulp/uglify-task.js
Expand Up @@ -91,6 +91,7 @@ const reservePublicNames = ((ESKeywords) => function reservePublicNames(target,
`../${src}/table.js`,
`../${src}/vector.js`,
`../${src}/util/int.js`,
`../${src}/predicate.js`,
`../${src}/recordbatch.js`,
`../${src}/${mainExport}.js`,
];
Expand Down

0 comments on commit 25cdc4a

Please sign in to comment.