thiagoelg commented on code in PR #3090:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3090#discussion_r2073610244


##########
packages/webpack-base/package.json:
##########
@@ -17,6 +17,8 @@
     "."
   ],
   "devDependencies": {
+    "@babel/generator": "^7.26.5",
+    "@babel/parser": "^7.26.5",

Review Comment:
   These dependencies are used in 
`packages/webpack-base/multi-package-live-reload-loader.js`:
   
   ```
   const parser = require("@babel/parser");
   const traverse = require("@babel/traverse").default;
   const generate = require("@babel/generator").default;
   ```
   
   I'm not sure why they were missing from the `devDependencies`, but the 
`--env live` feature was broken without them.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to