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
Does streamline first check to see if a transpiled version, i.e. xyz/abc.js, already exists before attempting to load or transpile the ._js version? In other words, does running through the _node -c <filename> for every file in my codebase effectively "warm up the streamline cache"?
Alternatively, is there a way to "warm up" streamline's own transpilation cache using _node -c or a similar process?
The text was updated successfully, but these errors were encountered:
Some questions about transpilation and caching:
Given both of the following cases:
require("xyz/abc._js")
require("xyz/abc")
Does streamline first check to see if a transpiled version, i.e.
xyz/abc.js
, already exists before attempting to load or transpile the._js
version? In other words, does running through the_node -c <filename>
for every file in my codebase effectively "warm up the streamline cache"?Alternatively, is there a way to "warm up" streamline's own transpilation cache using
_node -c
or a similar process?The text was updated successfully, but these errors were encountered: