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
To help others, while #405 isn't merged, I'm changing de code inside node_modules without transpile.
Inside lib/index.js line 61
functionresolveImports(file,imports,options){//...code consttarget=path_1.default.relative(base,resolved);letrelative=path_1.default.relative(current,target).replace(/\\/g,'/');if(!relative.startsWith('..')){// https://github.com/gulp-plugin/alias/issues/404// in the some folder or the sub folderrelative='./'+relative}lines[imported.index]=line.replace(imported.import,relative);//...code}
this test case will fail:
The text was updated successfully, but these errors were encountered: