mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #62] proton-native should be splitted to avoid dependency on babel for production app #34
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @develar on GitHub (Mar 22, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/62
Currently, proton-native depends on babel-cli and babel-core, babel-preset-* and so on (https://www.npmjs.com/package/proton-native?activeTab=dependencies).
So, as
proton-nativeshould be specified as a production dependency (https://github.com/kusti8/proton-native/blob/master/examples/Notepad/package.json#L7), it leads to bloated packaged final app.electron-builder excludes
libui-downloadfor now and can excludebabelin the same way, but I thinkproton-nativeshould be splitted into production-only and development-only parts.