Reference error on es6 import statements

 I'm debugging my application using the Java Script Debug configuration.

However, I'm not able to see values for imported module.

When I try to watch the value I get a: 'Reference Error: <ModuleName> is not defined'

Is there a way to resolve this?

(I'm using the Ultimate edition)

0
1 comment

Yes, it's a known issue when debugging ES6 modules transpiled by babel. Please see https://github.com/webpack/webpack/issues/3957, https://github.com/babel/babel/issues/1468 for details

0

Please sign in to leave a comment.