[
https://issues.apache.org/jira/browse/ARROW-4522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Moritz updated ARROW-4522:
----------------------------------
Description:
Webpack is only used in minify-task but I think the same could be done with
just terser. The API is documented at
https://github.com/terser-js/terser#api-reference.
To bundle files, we could switch to the lighter rollup
(https://github.com/rollup/rollup), which also supports tree shaking.
was:Webpack is only used in minify-task but I think the same could be done
with just terser. The API is documented at
https://github.com/terser-js/terser#api-reference.
> [JS] Remove Webpack dependency
> ------------------------------
>
> Key: ARROW-4522
> URL: https://issues.apache.org/jira/browse/ARROW-4522
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: JavaScript
> Reporter: Dominik Moritz
> Priority: Minor
>
> Webpack is only used in minify-task but I think the same could be done with
> just terser. The API is documented at
> https://github.com/terser-js/terser#api-reference.
> To bundle files, we could switch to the lighter rollup
> (https://github.com/rollup/rollup), which also supports tree shaking.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)