Change the way the module is exported
Exporting using "module" package.json field may break in some cases (including default create-react-app setup), so we decided to remove it and use the default "main" field.
Exporting using "module" package.json field may break in some cases (including default create-react-app setup), so we decided to remove it and use the default "main" field.