-
Notifications
You must be signed in to change notification settings - Fork 360
Fix importing json and superagent #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can you rebase? |
|
@ForsakenHarmony done |
ForsakenHarmony
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Will merge in a bit |
|
Side note: how did we end up with |
|
@developit ahaha.. well, it happens to all of us 😬 |
|
I'm thinking there was some sort of a conditional in there that got cut at some point without me noticing haha |
fix #211
fix #236
Hi friends 👋 I know it sucks to bundle two changes in one PR, but the superagent fix also includes fixing the json import, so I thought I'd give it a shot anyway 😬
If you want me to split the json fix and the superagent fix, just let me know.
In this PR
rollup-plugin-jsonto support importing json filesuseNodeResolvechecks, because it was always trueKnown issues
After I reordered the plugins, the
build:babelscript started complaining about the#!/usr/bin/env nodeline in the cli.js file. I don't know why that's the case :( I think I'll need some help to figure this one out. For now, I just removed it so it can build and test successfully.