jsnext:main
2manyvcos opened this issue · 1 comments
2manyvcos commented
Hello there, thanks for this awesome package.
Webpack get's confused when loading react-google-button
because it tries to parse the jsnext:main
entrypoint but does not know how to handle export default from ...
, class variables and JSX.
Shouldn't jsnext:main
only contain ES2015 code?
prescottprue commented
Yes, that is correct. Surprised this wasn't caught until now, but thanks for pointing it out