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
As the title says, the Marko integration does not seem to work without using the marko/node-require require hook, which according to the Lasso readme should not be used since it is deprecated:
NOTE: The reason we use require.resolve('./template.marko') instead of require('template.marko') is that Node.js does not understand how to load .marko modules and the use of the require.extensions has been deprecated.
I have made an example repository that illustrates this issue. Something I find interesting: if you remove the lasso-* tags (that is, using plain Marko), it works (but you obviously don't get any Lasso functionality).
The text was updated successfully, but these errors were encountered:
As the title says, the Marko integration does not seem to work without using the
marko/node-require
require hook, which according to the Lasso readme should not be used since it is deprecated:I have made an example repository that illustrates this issue. Something I find interesting: if you remove the
lasso-*
tags (that is, using plain Marko), it works (but you obviously don't get any Lasso functionality).The text was updated successfully, but these errors were encountered: