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
source-map-loader emits warning when building typescript-string-enums
WARNING in ./~/typescript-string-enums/dist/index.js
(Emitted value instead of an instance of Error) Cannot find source file '../src/index.ts': Error: Can't resolve '../src/index.ts' in './~/typescript-string-enums/dist'
@dphilipson can you add inlineSources compilerOption in tsconfig.json?
The text was updated successfully, but these errors were encountered:
source-map-loader
emits warning when buildingtypescript-string-enums
@dphilipson can you add
inlineSources
compilerOption intsconfig.json
?The text was updated successfully, but these errors were encountered: