Skip to content

Ensure that tree-shaking works using a barrel-export pattern in the `wildcard` package.

Created by: valerybugakov

We need to double-check that the barrel pattern works with tree-shaking in the wildcard package with the current Webpack configuration. Components that are not used in certain parts of the app should not be included in the main chunk.

Context