Add babel-plugin-add-module-exports
- Fix babel transform doesn't support the
module.exports
Now we can use
require('react-ie8')(options);
instead of
require('react-ie8').default(options);
module.exports
Now we can use
require('react-ie8')(options);
instead of
require('react-ie8').default(options);