solve #9
Just add the https://github.com/59naga/babel-plugin-add-module-exports plugin to package.json/the file instead
@hzoo We only need transform lib/index.js, so add this plugin to config which will apply to src/* seems too heavy?
What do you mean by the plugin being too heavy? It's the same as #8 - need to add to the devDependencies + the babelrc
Oh because there's only 1 file for the plugin; some plugins can have multiple?
Yes. Maybe we can change build command to babel src -d lib && babel lib/index.js --plugins add-module-exports --out-file lib/index.js?
I think we should just add that plugin all the time