Closed iamrommel closed 7 years ago
I'm not sure that you can use * as <something>
. I have the feeling that the problem is not in webpack but in that kind of exporting. Also the error that I see is about syntax.
Either you have to install transform-export-extensions and add it as plugin into your .babelrc
file or you have to install preset-stage-1 and add it as preset into your .babelrc
file.
Thanks for the answer @akkie.
How can i do the alias export on my entry point as shown in the image below