Arshita Narayan
Arshita Narayan
I have a file in my remote which is exporting enums and interfaces and i need to consume this in my host application. My build keeps failing as either it...
` { "@shared-context/shared-library": { import: "@shared-context/shared-library", requiredVersion: require("../shared-library/package.json").version, }, },` what is the significance of import here? Also, if the shared context library is already there in the dependencies of...
@ScriptedAlchemy unrelated to shared context. I had two questions 1) is there a way to share tree shaken library and fallback to remote's version if the host contains different components...
> We call it rexpoets. Basically you create a file that import exports whatever you manually shake. > > No automatic solution though Need a little more clarity here, would...