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
I'm trying to use lerna to maintain multiple packages. One of my packages uses json-url npm module and when I tried to run my webpack bundle it gave me this error Module not found: 'main/codecs' in '/lerna-monorepo/node_modules/json-url/src/main'
the folder structure is
lerna-monorepo
--node_modules
json-url
--packages
--mypackage
I believe this is due to usage of absolute file referencing in json-url/src/main/index.js