-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
babili issue with pino #547
Labels
bug
Confirmed bug
Comments
Thanks. This is a mangler bug. I'll take a look at this. Would be great if you can reproduce the error for a small snippet. Looks like there is some assignment/update/decl operation using the variable onTerminated = foo;
onTerminated++;
var onTerminated = bar;
// etc... |
I am getting several |
|
boopathi
added a commit
that referenced
this issue
May 23, 2017
Released in 0.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using version
0.0.12
ofbabili
towebpack
my app along with the pino module which worked perfectly - however, after upgradingbabili
to0.1.1
I am now getting an error when runningwebpack
app dependencies:
the error:
Please could you look into why this has occurred and release a bugfix or help me to resolve the issue. many thanks.
The text was updated successfully, but these errors were encountered: