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
Are your scripts inside docs folder?
Note also that you don't need to specify entryPoints. Lume automatically bundle all ts and js files found in the src folder. You can simply run site.use(esbuild()) (without options) and it should work.
I have this config:
And this
index.md
in both/
and/docs
:When
src: "./docs"
is commented, then the bundled scripts exist in_site
. But when it is uncommented, there is no bundled script.Lume v2.4.3
The text was updated successfully, but these errors were encountered: