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
When trying to set this up for our typescript app, using latest versions of embroider, I get this error:
node_modules/@types/loader-utils/index.d.ts:12:10 - error TS2305: Module '"webpack"' has no exported member 'loader'.
12 import { loader } from 'webpack';
When trying to set this up for our typescript app, using latest versions of embroider, I get this error:
Which I guess is related to this:
webpack/loader-utils#179
Is it possible to drop
@types/loader-utils
?The text was updated successfully, but these errors were encountered: