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
In the past we set up project references for the
Material and CDK schematics. This was necessary
since the Material schematic code referenced the
CDK schematic code through source files, and this
could have caused an invalid file structure in the
release output.
Nowadays, since we use Bazel, the Material schematics
no longer refer to the source files of the CDK schematics,
and this issue is automatically solved. This also fixes IDE's
like WebStorm incorrectly reporting that the CDK schematics
are not built, when working inside the Material schematics.
0 commit comments