Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove assetsDir backwards compatibility (#3341)
the `assetsDir` option for the `@Component` decorator was deprecated some time ago in favor of the `assetsDirs` option, but we have retained backwards-compatibility with the old option nonetheless. this commit removes that backwards compatibility. STENCIL-410: Remove Backwards Compatibility for assetDir Field on @component BREAKING CHANGE: setting `assetsDir` on a component will no longer work. Users should migrate to `assetsDirs` instead.
- Loading branch information