You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(themes): package names don't have to match filesystem (#14149)
* fix(themes): package names don't have to match filesystem
fixes#14134
As a result of this PR, the package names of themes no longer have to match
their location on the filesystem. This means a theme with a `package.json` name
of `@something/my-theme` in a yarn workspace (or similar setup) folder named
`some-theme` will now work. This does not change the behavior of shadowing in
child themes, which still requires that you use the package name to align with
how npm packages work when installed.
Previously, the location on the filesystem would have needed to be in two
directories `@something/my-theme`.
There are no breaking changes in this PR.
* one more
* fix windows tests
* really fix windows
0 commit comments