-
Notifications
You must be signed in to change notification settings - Fork 247
Breaking change if using in a js script #84
Comments
Ah, yeah, it was never intended to be used like that. However, I'd be willing to accept a change to make it more ergonomic. You'd have to change this to Thanks! |
Note also that I do not consider it a breaking change as it was never intended to be used that way and it's not documented. So you don't need to worry about this requiring a major release or anything. |
We're going to go ahead and put this in the next major version. If you want to do this, please open a PR to the |
Yes sure I can do it |
If I only replace
by
I have an linter error (no default export). I can either :
|
Ah yes, just disable it with |
Ok so I will modify my PR |
This will be released as soon as we merge the |
Could you please try out |
It solves my problem (version |
I was using
cross-env
with version3.1.4
like thisI recently migrated to the latest version
3.2.3
and I had this errorI finally found the error, I needed to change the import to
It broke my build, so maybe more peoples are facing the same issue. Would it be possible to add some more documentation about it?
The text was updated successfully, but these errors were encountered: