This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
0.7.1
Minor release since the only change only affects new setup (so this is not
really a breaking change).
- Changed: better init setup command
(#129) - Fixed:
process.env.NODE_ENV
is adjusted by--production
CLI flag
(#133) - Fixed: during development (dev server), after a change and a page reload/new
page,<script>
tags are now correct
(#136) - Added: allow to disable automatically open new tab when start dev server
(#135)