We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Just add NODE_ENV=production to server build webpack config
plugins: [ new webpack.DefinePlugin({ 'process.env': { NODE_ENV: '"production"' } }) ]
And run test as NODE_ENV=production node ./renderToString.js
NODE_ENV=production node ./renderToString.js
And you will get near same timings
rx: 56.581ms react: 85.216ms
The text was updated successfully, but these errors were encountered:
FYI this is addressed in #3 ;)
Sorry, something went wrong.
Having that #3 is merged, can be closed
No branches or pull requests
Just add NODE_ENV=production to server build webpack config
And run test as
NODE_ENV=production node ./renderToString.js
And you will get near same timings
The text was updated successfully, but these errors were encountered: