Skip to content

Struggling to get this working with vue-cli-plugin-electron-builder #92

Closed Answered by soc221b
Jazcash asked this question in Q&A
Discussion options

You must be logged in to vote

I also encountered this problem. 😞

@posva I found out that can be fixed by adding the following script to src/index.ts, but IDKW returning undefined from load will cause this error: 🤔

    // TODO: is it worth having a loadInclude?
+   loadInclude(id) {
+     return id.endsWith('.html') === false
+   },

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Jazcash
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@posva
Comment options

Answer selected by posva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #91 on November 15, 2022 07:13.