Junle Li
Junle Li
I do use the `PUT` request to send Trello API request from browser directly. Currently, I am using the snippet provided above for my scenario. I think Elm should provide...
Hi, all. I found that I have NPM package management access. So, I directly merged #70 into [my personal branch](https://github.com/lijunle/babel-plugin-add-module-exports/tree/master-fix-73) and publish it as version [1.0.1](https://www.npmjs.com/package/babel-plugin-add-module-exports/v/1.0.1). Please check if it...
Follow up: version 1.0.1 is unpublished due to #76
Try version 1.0.2 to check if it mitigate this issue.
Let me unpublish the version 1.0.1 to mitigate it.
Version 1.0.1 is unpublished.
Sorry about version 1.0.1, I just published 1.0.2. Please try again.
@ljharb I invited you to be the maintainer for the NPM package.
@ljharb You are now a collaborator of my fork.
Hi, @esphen This is an interesting bug. With webpack output, why it use `a` instead of `default` for default export? ```js /* harmony default export */ exports["a"] = _default; //...