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
While trying to get Polka up and running, I have noticed that app.use(base, ...fn) does not work when you use a base value that contains more than one "folder".
Most minimal functioning example, assuming the existence of a local folder structure ./static/script/**, e.g. ./static/script/main.js:
Hi (again :)!
While trying to get Polka up and running, I have noticed that
app.use(base, ...fn)
does not work when you use abase
value that contains more than one "folder".Most minimal functioning example, assuming the existence of a local folder structure
./static/script/**
, e.g../static/script/main.js
:Am I missing something?
The text was updated successfully, but these errors were encountered: