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
I am trying to use pjax on my website, but I can't get it to work. I tried two things:
Adding "require: pjax" to my browser.json
Using require('pjax'); in my client.js
Both times I ended up with a Module not found error, but I am sure that pjax is in my node_modules folder. Is it not possible to include modules in the browser with Lasso?
The text was updated successfully, but these errors were encountered:
I am trying to use pjax on my website, but I can't get it to work. I tried two things:
"require: pjax"
to my browser.jsonrequire('pjax');
in my client.jsBoth times I ended up with a
Module not found
error, but I am sure that pjax is in my node_modules folder. Is it not possible to include modules in the browser with Lasso?The text was updated successfully, but these errors were encountered: