This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
v1.2.0
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.