Closed luojunbin closed 7 years ago
Big +1 here, really unusable otherwise.
Just release 0.7.12, add the compiled file
// html
<script src="https://unpkg.com/rctui/dist/index.js"></script>
// webpack config
externals: {'react': 'React', 'react-dom': 'ReactDOM', 'rctui': 'rctui'},
// jsx
import { Form } from 'rctui'
...
Please publish the compiled code to npm, Not everyone will include the node_modules at compile time;