Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@insin insin released this 04 Jul 00:02
· 55 commits to master since this release

Added: the code in the given script is now checked for the presence of React.render - if not present, it's assumed the script exports a React component and heatpack will create a new entry module which imports the component and calls React.render() with it (#2)

Added: -f and --force flags to skip the new React.render check, forcing the specified script to be used as the entry point by webpack.