Skip to main content
Version: 7.0.0

Deprecated Settings

The following settings are kept for backward compatibility. They still work, and migrating to their replacements is recommended.

boundaries/types

Deprecated

boundaries/types is kept for backward compatibility but is deprecated and will be removed in a future major version. Use boundaries/elements instead.

It keeps working without changes; you will see a deprecation warning in your console. It is a legacy alias for boundaries/elements and is used only as a fallback when boundaries/elements is absent. Rename the key to migrate.

boundaries/alias

Deprecated

boundaries/alias is kept for backward compatibility but is deprecated and will be removed in a future major version. Use the import/resolver settings instead.

It was a path-alias map. Configure module resolution with import/resolver, which gives access to a wide ecosystem of resolvers. See the Custom Resolvers guide.

See Also