-
Hi, in my html entry file i have no script tags, for example: <!-- src/desktop.html -->
<link rel="preload" href="./fonts/some-font.woff2" as="font" type="font/woff2" crossorigin="">
<!-- ...some other links to fonts here --> But in dist folder i have result html file with script tag <!-- dist/desktop.html -->
<script src="/desktop.925f214e.js"></script> and some js files too: How can i remove it from result bundle if i dont want to produce any js or script tag? |
Beta Was this translation helpful? Give feedback.
Answered by
krutoo
Dec 28, 2022
Replies: 1 comment
-
It is added only in dev mode for hot reload etc. It is not added in production build |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
krutoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is added only in dev mode for hot reload etc. It is not added in production build