shanedell commented on code in PR #1471:
URL: https://github.com/apache/daffodil-vscode/pull/1471#discussion_r2453140384
##########
vite/dev.vite.config.mjs:
##########
@@ -45,41 +45,30 @@ const packageData = jsoncParse(
const pkg_version = packageData['version']
const scalaVersions = ['2.12', '2.13', '3']
-function unzipAfterBuild() {
+function copyDebuggerOutAfterBuild() {
Review Comment:
I don't think moving the debuggers to always be inside of `dist/package`
would cause much of an issue at all. I can do some testing there to figure out.
I believe it possible that basically based on a flag passed to vite we can
decide whether to use a dev or prod build. Basically the different will be dev
runs the copy the debugger out plugin and prod will run the copy files plugin
more or less. I will try combine them into one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]