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
This is what im getting when I install a custom package in another repo of mine:
@namespace/client-cms: WARNING in ../../node_modules/@joshuarobs/my-framework/dist/esm/framework/utils/simplifyRanges.js
@namespace/client-cms: Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js):
@namespace/client-cms: Failed to parse source map from '/Users/joshua/WebstormProjects/app-cms-monorepo/node_modules/@joshuarobs/my-framework/src/framework/utils/simplifyRanges.ts' file: Error: ENOENT: no such file or directory, open '/Users/joshua/WebstormProjects/cms-monorepo/node_modules/@joshuarobs/my-framework/src/framework/utils/simplifyRanges.ts'
Am I missing something part of the build/release process of the module generated by this package? These errors don't prevent the react app from running, but they slow down the hot reloading process and clog up the terminal
The text was updated successfully, but these errors were encountered:
This is what im getting when I install a custom package in another repo of mine:
Am I missing something part of the build/release process of the module generated by this package? These errors don't prevent the react app from running, but they slow down the hot reloading process and clog up the terminal
The text was updated successfully, but these errors were encountered: