Skip to content

Commit 772d562

Browse files
javier-godoypaodb
authored andcommitted
docs: add special configuration for Vaadin 23.3 and Vaadin 24
1 parent dd89659 commit 772d562

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,15 @@ To do so, just add ```com.flowingcode``` to the ```vaadin.whitelisted-packages``
116116

117117
```vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.flowingcode```
118118

119-
More information on Spring whitelisted configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).
119+
More information on Spring whitelisted configuration [here](https://vaadin.com/docs/latest/integrations/spring/configuration/#configure-the-scanning-of-packages).
120+
121+
## Special configuration for Vaadin 23.3 and Vaadin 24
122+
123+
Vaadin 23.3 and 24 validate addons sources as part of the build (see vaadin/flow#15485).
124+
In order to exclude the code in the addons from validation, you need to add the following to tsconfig.json:
125+
126+
```
127+
"exclude": [
128+
"frontend/generated/jar-resources"
129+
]
130+
```

0 commit comments

Comments
 (0)