Skip to content

Add babel-plugin-add-module-exports

Compare
Choose a tag to compare
@xcatliu xcatliu released this 29 Dec 06:47
· 49 commits to master since this release
  • Fix babel transform doesn't support the module.exports

Now we can use

require('react-ie8')(options);

instead of

require('react-ie8').default(options);