Josephblt commented on code in PR #2421:
URL:
https://github.com/apache/incubator-kie-tools/pull/2421#discussion_r1638517006
##########
packages/webpack-base/env/index.js:
##########
@@ -23,19 +23,23 @@ module.exports = composeEnv([], {
vars: varsWithName({
WEBPACK__minimize: {
default: undefined,
- description: "",
+ description:
+ "Whether or not `webpack` should minimize its bundled files. Can be
`true` or `false`. Works for all packages on invokations of `webpack` during a
`kie-tools` build.",
Review Comment:
I think I found a typo here. Invokation should be Invocation, perhaps? If it
is in fact called invocation, please disregard.
--
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]