wails build does not output a JS module ?
#1683
-
|
Hello. I'm trying wails v2 beta42. According to the documentation, when
However, they are not output when the I'm planning to automate the build, but if I only run the I think that the "wailsjs" folder should not be versioned. But should it be version controlled? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi. Yes it's deliberate so there are no surprises when you make your builds. You could always use |
Beta Was this translation helpful? Give feedback.
Hi. Yes it's deliberate so there are no surprises when you make your builds. You could always use
wails generate moduleif you wanted to do this. I'd personally check in that code as they are core parts of your app, but maybe that's just me 😜