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
My webpack throwing a lot of warnings about sourcemaps.
WARNING in ./node_modules/zod/lib/types/string.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/string.ts': Error: Can't resolve '../../src/types/string.ts' in '/Users/okhomenko/brightback/brightback-server/src/main/webpack/node_modules/zod/lib/types'
WARNING in ./node_modules/zod/lib/types/object.js
Module Warning (from ./node_modules/source-map-loader/index.js):
(Emitted value instead of an instance of Error) Cannot find source file '../../src/types/object.ts': Error: Can't resolve '../../src/types/object.ts' in '/Users/okhomenko/brightback/brightback-server/src/main/webpack/node_modules/zod/lib/types'
It's trying to merge sourcemaps from zod and can't find source typescript files.
@vriad Could you please include src as part of the published package?
The text was updated successfully, but these errors were encountered:
My webpack throwing a lot of warnings about sourcemaps.
It's trying to merge sourcemaps from zod and can't find source typescript files.
@vriad Could you please include src as part of the published package?
The text was updated successfully, but these errors were encountered: