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
{{ message }}
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
I'm seeing this error serving a HMR build with Webpack 2 RC4 when using ES2015 modules:
module is not allowed in EcmaScript module: This module was detected as EcmaScript module (import or export syntax was used). In such a module using 'module' is not allowed.
I'm seeing this error serving a HMR build with Webpack 2 RC4 when using ES2015 modules:
module is not allowed in EcmaScript module: This module was detected as EcmaScript module (import or export syntax was used). In such a module using 'module' is not allowed.
I'm guessing this is because babel-plugin-react-transform generates a reference to
module
here to pass through to here.The text was updated successfully, but these errors were encountered: