David First

Results 41 comments of David First

I was able finally to get it to work with `@babel/plugin-transform-modules-commonjs` plugin. I configured my `.babelrc` as following ``` ["@babel/plugin-transform-modules-commonjs", { "lazy": ["*"] }], ```

Thanks @sindresorhus . I came up with a different implementation that doesn't involve the `new Promise` as you suggested. It seems to be working, and the stack trace is fully...

@Tallyb , If I remember correctly, you're working on a new Jest compiler. If so, please keep this issue in mind.

@MariusBongarts , I'm unable to reproduce the issue. I tried also on a Windows machine and I don't get any error. I do see that it installs the 4.13.1 version....

I just opened a PR for this. https://github.com/teambit/bit/pull/2592

Merged. Hopefully will be released early next week

@paulrenshaw , when you run `bit add` with `/*`, it tries to create a component from each one of the files in that directory. In your case, when you have...

Oh I see, so that's an issue with `bit test` not with `bit add`. Any chance that the README file was added for some reason as a test file? you...

@paulrenshaw , thanks for the update! I re-opened it for now, to make sure we handle it. I'm going to move it to the bit.envs repo. @JoshK2 , can you...

@qballer , I see where you're coming from, in my mind, I have this distinction as well. However, I'm unsure about it. > If I write an extension which extends...