rthomas320 commented on code in PR #1197:
URL: https://github.com/apache/daffodil-vscode/pull/1197#discussion_r1985561723


##########
package.json:
##########
@@ -36,7 +36,7 @@
     "watch:svelte": "yarn webpack --env development=true -w -c 
./src/svelte/webpack.config.js",
     "watch:svelte-tests": "mocha -r ts-node/register -w 
./src/svelte/tests/**/*.test.ts",
     "watch:tdmlEditorJS": "esbuild src/tdmlEditor/webview/webview.js 
--outfile=dist/views/tdmlEditor/webview/webview.js --bundle --platform=node 
--format=cjs --watch",
-    "webpack": "webpack --mode production --config 
./webpack/ext-dev.webpack.config.js",
+    "webpack": "webpack --mode development --config 
./webpack/ext-dev.webpack.config.js",

Review Comment:
   
![image](https://github.com/user-attachments/assets/d3063e8c-8410-4fbe-949f-a592a86318e8)
   It looks like webpack: is specific to development to me. When I run yarn 
package with webpack: mode = development, yarn package uses webpack mode = 
production.
   
![image](https://github.com/user-attachments/assets/e5ba5c68-00c1-464b-9f11-622a0aac64de)
   But, I'll change it to production.
   



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