Skip to content

Commit cdc8ba2

Browse files
committed
Update README
1 parent 8eaf2c6 commit cdc8ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ This function is asynchronous so you have time to do data fetching before you re
4141

4242
## Environment
4343

44-
Your component file (and, optionally, your render file) are loaded in a vanilla node.js environment. If you need to run some code transforms (e.g. using webpack or Browserify) you should create your bundle first and tell react-stdio to load your bundle instead of the plain component file.
44+
Your component file (and, optionally, your render file) are loaded in a node.js environment with Babel's [es2015](https://babeljs.io/docs/plugins/preset-es2015/) and [react](https://babeljs.io/docs/plugins/preset-react/) presets installed. If you need additional code transforms to run (e.g. using webpack or Browserify) you should create your bundle first and tell react-stdio to load your bundle instead of the plain component file.

0 commit comments

Comments
 (0)