Which error message might indicate an issue with using a native ECMAScript module configuration file in Babel?
A) You appear to be using a native ECMAScript module configuration file, which is only supported when running Babel asynchronously.
B) Cannot find module 'babel-core'.
C) Unexpected token 'export'.
D) SyntaxError: Unexpected identifier.



Answer :

Other Questions