Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Use single npm package #148

Open
evidolob opened this issue Feb 17, 2022 · 0 comments
Open

Use single npm package #148

evidolob opened this issue Feb 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@evidolob
Copy link
Contributor

Now we are using two npm modules, one for main code and second(nested) for frontend code.
Such approach makes difficult sharing code between main and render process. And managing dependency’s(some of them we need to install twice)

I propose to merge them in to one node module with such structure:

src/
   main/ -> contains main code
   shared/ -> contains shared code
   frontend/ -> contains frontend(renderer code)
@evidolob evidolob added the enhancement New feature or request label Feb 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant