Package Plugin
Bundle plugin. Equivalent to the following
yarn install --no-lockfile
yarn build:prod
vsce package --yarn
Options:
- --fast: when set, skip installing packages, skip uploading to sentry
Env
- ANALYZE_BUNDLE: if set, create a treemap of dependencies using webpack-bundle-analyzer
- DETECT_CIRCULAR_DEPS: if set, calculate circular dependencies
Backlinks