원클릭으로
javascript
Use for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when reviewing PRs for contentstack-marketplace-sdk—API, bundles, tests, and npm publish impact.
Use for npm scripts, CI, and release flow in contentstack-marketplace-sdk.
Use for Marketplace client behavior, public methods in lib/, and axios/@contentstack/utils usage.
Use for Mocha/NYC unit tests, API tests, and Jest TypeScript tests in contentstack-marketplace-sdk.
Mental model for the Marketplace SDK — client factory, org-scoped marketplace API, auth, regions, module map
HTTP stack for marketplace-sdk — Axios wrapper, retries, concurrency, params serialization, logging hook
| name | javascript |
| description | Use for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk. |
webpack/*.js or Babel envs (es5, es-modules, test)BABEL_ENV (es5, es-modules, test)—ensure new syntax is transpiled for the oldest supported runtime of each target.webpack.node.js, webpack.web.js, etc.)—keep shared settings DRY via webpack-merge where the repo already does.types/—update when public JS surface changes.