打包生成HTML能放到根目录下吗 #6322
-
如果配置能让打包生成的html直接放到 dist下,比如 dist/index.html |
Beta Was this translation helpful? Give feedback.
Answered by
kirillbashtenko
Nov 26, 2024
Replies: 1 comment 1 reply
-
@aasmn https://modernjs.dev/en/configure/app/html/disable-html-folder.html
I think at best you will get something like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zllkjc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@aasmn https://modernjs.dev/en/configure/app/html/disable-html-folder.html
I think at best you will get something like
dist/main.html
cause it would build it per entry and since we might have multiple we need a different names for them.