Open scinos opened 4 years ago
@scinos Hi! I see there's a PR that looks like it was merged a while back. Can this issue be closed now? Thanks for taking a look.
And if that PR is not related, if you wouldn't mind confirming whether the original issue is still valid, that would be super helpful. Thanks!
Describe the bug Package
@wordpress/edit-post
assumes it will be installed at the same level than@wordpress/interface
.This is the problematic line https://github.com/WordPress/gutenberg/blob/master/packages/edit-post/src/style.scss#L1
When the structure is
Everything works as expected. However, this structure is also valid, specially in a monorepo (for example, if there are multiple versions of
@wordpress/edit-post
):In that case, the path
"../../interface/src/style.scss";
won't resolve to anything.