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
I have a project reference. The reference seems to work correctly. The output seems to correctly include the referenced project. However, strangely, no errors are displayed in the command line interface for the main project itself, as opposed to the referenced project. If I temporarily remove the projectReferences option in webpack.config.js, the errors are displayed. I'm not sure why this is.
I have included the relevant configuration files below.
I have a project reference. The reference seems to work correctly. The output seems to correctly include the referenced project. However, strangely, no errors are displayed in the command line interface for the main project itself, as opposed to the referenced project. If I temporarily remove the
projectReferences
option inwebpack.config.js
, the errors are displayed. I'm not sure why this is.I have included the relevant configuration files below.
Any help would be much appreciated. 👍
package.json
tsconfig.json
webpack.config.js
The text was updated successfully, but these errors were encountered: