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
In "development" mode it seems I need to pre-compile my handlebars, but in production mode the handlebars templates are compiled for me. So, in production, the plugin wants mustache templates, while in development mode, it wants precompiled handlebars as JavaScript functions.
What is the suggested approach for making things work nicely both in development and in production? What am I doing wrong?
The text was updated successfully, but these errors were encountered:
In "development" mode it seems I need to pre-compile my handlebars, but in production mode the handlebars templates are compiled for me. So, in production, the plugin wants mustache templates, while in development mode, it wants precompiled handlebars as JavaScript functions.
What is the suggested approach for making things work nicely both in development and in production? What am I doing wrong?
The text was updated successfully, but these errors were encountered: