2 Matching Annotations
- Aug 2020
-
github.com github.com
-
# Build a developer-level executable file spago bundle-app --main Module.Path.To.Main --to dist/index.js node dist/index.js # Build a production-level Node-backend file via Parcel spago bundle-app --main Module.Path.To.Main --to dist/bundle-output.js parcel build dist/bundle-output.js --target "node" -o app.js
These are the
spago
equivalents forpulp browserify
I guess. -
spago build --watch --clear-screen
Is this the same as
pscid
?
-