web icon indicating copy to clipboard operation
web copied to clipboard

cannot resolve non relative imports

Open westbrma opened this issue 3 years ago • 1 comments

I am using typescript and the baseUrl feature which allows me to do imports without a relative path like import { something } from someModule

this only works if the import is a node_module but does not work for local modules

westbrma avatar May 16 '22 13:05 westbrma

@westbrma I have been experiencing the same problem. Would using rollup-plugin-includepaths in the plugins work? I just had that as a random idea and though I would pass it along

GoHarder avatar May 25 '22 13:05 GoHarder