You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same is happening when running sbt in native-client mode by default. Then the additional sbt options will have no effect (as the server already started). In this case, it will fail finding the file path, because there are colors in the output.
... because the plugins reads the last(?) line from sbt output as path where to find the main.js file.
Here is one example with sbt.task.timings
https://github.com/kalejami/vite-sandbox
The plugin thinks that the output from timings is the path to the main.js file.
Not sure how to fix this.
The text was updated successfully, but these errors were encountered: