Skip to content

Is there a way to inline all JS and CSS files into HTML file? #5076

Answered by mischnic
szimek asked this question in General
Discussion options

You must be logged in to vote

Importing in inline scripts inlines the whole thing:

<script>
   import "./index.js";
</script>

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@jnm2
Comment options

@mischnic
Comment options

@sekoyo
Comment options

Answer selected by szimek
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants