3 Matching Annotations
- Dec 2022
-
www.zhihu.com www.zhihu.com
-
如何评价0配置的web打包器parcel?
Tags
Annotators
URL
-
- Mar 2021
-
data.wprdc.org data.wprdc.org
- 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.
-