-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/vue3/build #1875
Merged
Merged
Fix/vue3/build #1875
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tommytrg
force-pushed
the
fix/vue3/build
branch
3 times, most recently
from
February 13, 2024 16:57
025982f
to
84a0c1a
Compare
gabaldon
reviewed
Feb 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Run linter before merging
- An error appears running the build when logging in:
release/1.11.5/mac/Sheikah%20Witnet%20wallet.app/Contents/Resources/app.asar/dist/[object%20Object] net::ERR_FILE_NOT_FOUND
It is probably due to a malformed file path
Tommytrg
force-pushed
the
fix/vue3/build
branch
5 times, most recently
from
February 14, 2024 17:23
faeb6ba
to
87d36b8
Compare
The `ready` attribute from [rpc-websockets client](https://github.com/elpheria/rpc-websockets/blob/trunk/src/lib/client.ts#L45) is private and can't be read. We need to fix this to be able to run the build command without typescript errors.
Tommytrg
force-pushed
the
fix/vue3/build
branch
2 times, most recently
from
February 14, 2024 18:19
b1126cc
to
b0c5389
Compare
We have to update the type of the input variable to avoid errors during the build process
We have to include the dependencies as devDependencies to be inclued in the build https://github.com/electron-vite/vite-plugin-electron-renderer?tab=readme-ov-file#dependencies-vs-devdependencies
Tommytrg
force-pushed
the
fix/vue3/build
branch
from
February 14, 2024 18:21
b0c5389
to
e728635
Compare
Tommytrg
force-pushed
the
fix/vue3/build
branch
from
February 15, 2024 10:53
64cd566
to
a6b58a9
Compare
gabaldon
approved these changes
Feb 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ready
attribute from rpc-websockets clientis private and can't be read. We need to fix this to be able to run the build command without typescript errors.
the build process
close #1874