Skip to content

Build Script Question #6

Answered by vbilopav
Bloofers asked this question in Q&A
Oct 14, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Yes, the entire build system runs on NodeJS, so you will have to have NodeJS and NPM to run build for your entire frontend build. (JavaScript and CSS outputs).

Rollup bundler and minified plugins, Svelte compiler and SCSS compiler - they all use NodeJS.

I wish they could rewrite it in something else like Rust or Go.

However, that's only for building, you don't need NodeJS to run. There's is no NodeJS runtime, everything runs in your browser, backed by asp.ner backend server.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Bloofers
Comment options

Answer selected by vbilopav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants