bit.envs icon indicating copy to clipboard operation
bit.envs copied to clipboard

Update get-babel-options to load normal module

Open JoshK2 opened this issue 5 years ago • 0 comments

I update the addBabelPrefixAndResolve function to not return resolved filename with the wrong prefix. For example, I tried to load a module that starts with:
@vue/...
and the function return
babel-helpers-@vue/...
so now I fixed this and the function returns @vue/....

JoshK2 avatar Jun 12 '19 15:06 JoshK2