atom-ternjs icon indicating copy to clipboard operation
atom-ternjs copied to clipboard

Use with babel module-resolver

Open AlexSaenen opened this issue 7 years ago • 1 comments

Hi,

I had trouble using your package in my project on anything coming from files I imported.

I realized finally it was because the paths to import the files are aliased by my babel module-resolver and thus are not relative. Whenever I import files regularly with the relative paths. ternjs works like a charm.

Is there anything I can do to make them work together? Or is it too big of a task to get this to work?

Thank you dearly

AlexSaenen avatar Mar 15 '18 12:03 AlexSaenen

@AlexSaenen

Never used babel module-resolver before so actually i don't know. Can you provide an example repo for me with your problem? And also some information about if i need some other atom package.

Greetings!

tststs avatar Mar 03 '19 16:03 tststs