Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/flow/configuration/properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Bundle parameter controls parts of frontend bundle creation.
|`devmode.optimizeBundle`
|`vaadin.devmode.optimizeBundle`
|Optimizes frontend resource bundles. All frontend resources in the classpath are included by default in the generated bundle in development mode. When set to `true`, the frontend build creates an optimized bundle by including only frontend resources that are used from the application entry points. It uses bytecode scanning, which increases application start-up time. Set to `false` to skip the optimization in production mode.
|`false`
|`true`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem correct to me.
devmode.optimizeBundle is false by default (dev mode) whereas optimizeBundle build parameter is true.
I'd rather add optimizeBundle with true default into the Vaadin Plugin Properties section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! Let me fix the PR as suggested

|Build

|`devmode.output.pattern.timeout`
Expand Down
Loading