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
BTW: another related problem is when @chatie/graphql are using pkg-up to find package.json in local directories, the ionic will build without error or warning, but shows a Runtime Error Cannot read property 'prototype' of undefined .
The text was updated successfully, but these errors were encountered:
When using
@chatie/graphql
in Ionic3, we got this error message.It seems that export
LocalServer
in our mainindex.ts
cause this WebPack error, even we never import it.See Also
BTW: another related problem is when
@chatie/graphql
are usingpkg-up
to find package.json in local directories, the ionic will build without error or warning, but shows aRuntime Error Cannot read property 'prototype' of undefined
.The text was updated successfully, but these errors were encountered: