You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not upgrade the ExecJS runtime to mini_racer? I use it on my react-rails projects and it's making server rendering much more efficient. react_on_rails have themselves moved to using it instead of therubyracer. Plus it fixed my setTimeout polyfill console errors that were coming from babel-polyfill.
If you read the first link, you may also be tempted to try sassc-rails. If you have gems that depend on sass-rails, here's a way to add it: sass/sassc-rails#68 (comment)
The text was updated successfully, but these errors were encountered:
Why not upgrade the ExecJS runtime to
mini_racer
? I use it on my react-rails projects and it's making server rendering much more efficient.react_on_rails
have themselves moved to using it instead oftherubyracer
. Plus it fixed mysetTimeout
polyfill console errors that were coming frombabel-polyfill
.Resources:
If you read the first link, you may also be tempted to try
sassc-rails
. If you have gems that depend onsass-rails
, here's a way to add it:sass/sassc-rails#68 (comment)
The text was updated successfully, but these errors were encountered: