Weekly release v0.2.41

Summary:
- Bugfixes
- Improve `switch` evaluation performance
- Don't emit unnecessary calls

Reviewed By: trueadm

Differential Revision: D8694028

fbshipit-source-id: f43138b799905f98c11af1ebeaf82ff0216ab30b
This commit is contained in:
Dan Abramov 2018-06-29 07:14:33 -07:00 committed by Facebook Github Bot
parent 2e2b92eec0
commit 03cd572617

View File

@ -1,6 +1,6 @@
{
"name": "prepack",
"version": "0.2.41-alpha.0",
"version": "0.2.41",
"description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.",
"homepage": "https://github.com/facebook/prepack",
"repository": {