بنقرة واحدة
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.