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
I got the same error message. It was because i uesd babel-transform-imports which will change the ImportSeicifier to the importDefaultSpecifier. When i removed babel-transform-imports , it worked well again.
Fails to tranpile with webpack 2 and Karma.
[email protected] , [email protected], [email protected]
Property local of ImportDefaultSpecifier expected node to be of a type ["Identifier"] but instead got "CallExpression"
error on all imported moduleskarma.config.js
Rolling back to 1.0.0-rc-4 seems to work
The text was updated successfully, but these errors were encountered: