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
@stephen ah, yes, then I'd say optionalDependency — was confusing to see it come up when installing; I've also noticed this module isn't yet updated to webpack 4, which is likely a fair amount of work (I'm currently just using this module due to a bug in https://github.com/prisma/graphql-import-loader)
@stephen on webpack, there's probably a more extensive upgrade needed, but that'd be to switch to the new loader APIs, for now we're supporting webpack 3, but should probably drop support for 3 in favour of webpack 4.
In
devDependencies
, there is"ts-loader": "3.x",
but inpeerDependencies
there's"ts-loader": "^4.4.1"
I'm not sure why
ts-loader
is a peer dependency; seems like it should only be a development dependency?The text was updated successfully, but these errors were encountered: