Allow to load components that have special components for ReactNative-web under *.web.js and *.web.jsx extensions. This should be done too on webpack.config.prod.js file, or better than that, make this file to inherit and overrride values from there as it's done for example in Django.
Allow to load components that have special components for ReactNative-web under
*.web.js
and*.web.jsx
extensions. This should be done too onwebpack.config.prod.js
file, or better than that, make this file to inherit and overrride values from there as it's done for example in Django.