Skip to content

v1.0.4

Compare
Choose a tag to compare
@fwh1990 fwh1990 released this 15 Nov 03:22
· 30 commits to master since this release

[add] dist/ can be generated automatically

import topic from 'topic'; will load dist/index.js

and you can load src/index.js like this:

import topic from 'topic/src';