This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Multiple entry points
Pre-release
Pre-release
Adds prototypeEntry
config property and --use-prototype
CLI flag. These allow a user to add files from any number of additional entry points to HMR or load them in an additional <script>
(for dev
and production
respectively).
Also:
- Updates package.json to require node 8
- Adds global
bodyClasses
config property to supply classes to<body>
for all prototypes