You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
In #505 Bluebird config was moved to prepended file.
The upgrade notes say:
We have removed the code for configuring Bluebird from main.[js|ts]
When i create a new project using the CLI, it still contains the config in main.[js|ts], as well as prepending it.
Expected/desired behavior:
What is the expected behavior?
I expected main.[js|ts] to not contain the config.
What is the motivation / use case for changing the behavior?
If my understanding is correct, the config in main.[js|ts] is unnecessary. If not, just close this.
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
0.26.1
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
v7.2.0
4.1.2
Browser:
N/A
Language:
all
Current behavior:
In #505 Bluebird config was moved to prepended file.
The upgrade notes say:
When i create a new project using the CLI, it still contains the config in
main.[js|ts]
, as well as prepending it.Expected/desired behavior:
What is the expected behavior?
I expected
main.[js|ts]
to not contain the config.What is the motivation / use case for changing the behavior?
If my understanding is correct, the config in
main.[js|ts]
is unnecessary. If not, just close this.The text was updated successfully, but these errors were encountered: