v0.0.3: Do not repeat yourself! + CRA, you are special!
Features
- Rewrite transforms. Do not need to copy assets to cache folder.
- Add
processFileCRA
for CRA file transform. - [BREAKING CHANGES for CRA users] CRA users need to update
fileTransform.js
to useprocessFileCRA
. See more at CRA README.md
Chores
- Simplify the usage in docs and examples:
preview(render(<App />).container)
=>preview(document.body)
.