Closed Inateno closed 6 years ago
If I copy the whole content of my file "dispatchStdEvent" inside my package, it builds.
The problem comes only from import/export ?
Hi @Inateno
Babel configuration is exactly same as CRA
's, i didn't have edited anything in there.
To be honest, i didn't understand what's your issue, but i see you've referenced issue from Rollup
and we are not using Rollup in here at all, maybe accidentally you've opened issue in another repository?
Ok my bad you are using the same name that https://github.com/transitive-bullshit/create-react-library and I looked for the github directly without passing by npm -_- (yours got a better seo on google lol).
Hi,
I'm using the default configuration and one of my modules trigger this error and I can't figure it out.
This module is causing the issue:
And here is the core of the module:
This error occurs sometimes but the link given in the error doesn't give enough details since I'm using your default configuration I'm just lost, seems like it doesn't like the package for any reason (I can't find which one).
I got this issue few times with others modules and it was mainly because the export wasn't set to "default" or some strange things my mates did (ES8 requiring an extra module). But here, this one is so simple I have no ideas.
Thanks