This is an automated email from the ASF dual-hosted git repository.

rstrickland pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 43fc780  Resolves Svelte Debug Src Minification
43fc780 is described below

commit 43fc780ccacb4f4b4adc0b264cfa543f38a11b09
Author: Robert Strickland <[email protected]>
AuthorDate: Thu Aug 10 12:36:50 2023 -0500

    Resolves Svelte Debug Src Minification
    
    - Fixes issue with webpack minifying the JS code for the data editor
      while using the `Extension` debug launch point.
    
    Closes #767
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 4894ea8..ac51908 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
     "scalawatch": "nodemon --config debugger/nodemon.json",
     "prewatch": "yarn gen-version-ts && yarn sbt",
     "watch": "run-func build/yarn-scripts.ts watch",
-    "watch:svelte": "yarn webpack -w -c ./src/svelte/webpack.config.js",
+    "watch:svelte": "yarn webpack --env development=true -w -c 
./src/svelte/webpack.config.js",
     "webpack": "webpack --mode production --config 
./webpack/ext-dev.webpack.config.js",
     "webpack:pkg": "webpack --mode production --config 
./webpack/ext-package.webpack.config.js",
     "webpack:svelte": "webpack -c ./src/svelte/webpack.config.js",

Reply via email to