Skip to content

Commit eefbfb6

Browse files
committed
Update README
1 parent 568d686 commit eefbfb6

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
@@ -38,4 +38,4 @@ This function is asynchronous so you have time to do data fetching before you re
3838

3939
## Environment
4040

41-
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 some other code transforms to run first (e.g. webpack or Browserify) you should create your bundle first and tell react-stdio to load your bundle instead of the plain component file.
41+
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.

0 commit comments

Comments
 (0)