]> git.cworth.org Git - lmno.games/blobdiff - README
Add transform-object-rest-spread to list of Babel plugins
[lmno.games] / README
diff --git a/README b/README
index 1afb559523710c3909064c81fed7ae140cc92007..a692139aa6da7c5ced84ec6271fb4a0764520475 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,10 @@ code:
 Dependencies
 ------------
 Compiling the source requires the babel (version 6) CLI to be
-available as "babeljs" along with the "react" preset. This can be
-achieved on Debian with:
+available as "babeljs" along with the "react" preset and support for
+"object spread" syntax. This can be achieved on Debian with:
 
-       sudo apt install node-babel-cli node-babel-preset-react
+       sudo apt install \
+                 node-babel-cli \
+                 node-babel-preset-react \
+                 node-babel-plugin-transform-object-rest-spread