marko v2.7.25 Release Notes

    • ๐Ÿ›  Fixes #150 - Provide option to prevent writing compiled templates to disk. Example usage:
    require("marko/compiler").defaultOptions.writeToDisk = false;
    

    NOTE: If you disable writing compiled templates to disk then it will be a little harder to debug errors in templates on the server since the stack trace will refer to a file that has not been written to disk.

    ๐Ÿ‘€ For a more complete list of compiler options please see: http://markojs.com/docs/marko/javascript-api/#defaultoptions