shanedell commented on code in PR #1471:
URL: https://github.com/apache/daffodil-vscode/pull/1471#discussion_r2449881950


##########
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:
   The reason `yarn package` actually does have things moved into the root 
directory currently is because of a mistake I made by adding `yarn vite:dev` to 
the `compile` script inside of `package.json`. To fix this I will remove that 
from `compile` but add a new script called either `build` or `devbuild` which 
will run `yarn vite:dev` after a `yarn compile`



-- 
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]

Reply via email to