react-stateless icon indicating copy to clipboard operation
react-stateless copied to clipboard

Dist file as source.

Open leonascimento opened this issue 9 years ago • 1 comments

Hi,

You recently update react-stateless from 0.2.0 to 0.2.1. On this commit you changed the transpiled code to es6 code: https://github.com/troch/react-stateless/commit/dd497fca7cce5c3e5f6d75c1f5bff9e8ae367a7d

now, we can't import your lib (we use webpack and we don't transpile dependencies from node_modules folder).

Can you provide a transpiled build of your modules/index.js on dist/index.js file?

leonascimento avatar Oct 24 '16 19:10 leonascimento

Should be fixed with version 0.2.2

troch avatar Oct 24 '16 20:10 troch