Is it possible to have nodejs builds ouput a singl...
# javascript
s
Is it possible to have nodejs builds ouput a single file?
t
1.4-M3
? Any NPM dependencies?
s
I’m using 1.4-M3. I don’t currently have npm dependencies, but I might add some
i
For now
nodejs
has no bundler yet. Possible option is to use
browser
output and use it in Node.js environment
s
That’s what I thought Ilya. Thanks for the confirmation.