You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -192,6 +193,7 @@ The `packages/nx-infra-plugin` provides custom Nx executors for build automation
192
193
|`build-typescript`| Compiles TypeScript to CJS or ESM modules with configurable output format, tsconfig, and path alias resolution |
193
194
|`bundle`| Bundles JavaScript files using webpack with debug or production mode, supporting multiple entry points and license validation |
194
195
|`clean`| Removes directories and files with support for exclusion patterns |
196
+
|`compress`| Minifies or beautifies JavaScript files, with optional debug block stripping |
195
197
|`concatenate-files`| Concatenates files with optional content extraction via regex, header/footer, and find/replace transforms |
196
198
|`copy-files`| Copies files and directories to specified destinations with glob pattern support |
197
199
|`create-dual-mode-manifest`| Generates package.json files for dual-mode (ESM + CJS) support with main, module, typings, and sideEffects |
@@ -202,6 +204,7 @@ The `packages/nx-infra-plugin` provides custom Nx executors for build automation
202
204
|`pack-npm`| Creates npm packages using `pnpm pack` for distribution |
203
205
|`prepare-package-json`| Creates distribution-ready package.json with cleaned dependencies for npm publishing |
204
206
|`prepare-submodules`| Creates package.json entry points for submodule exports |
207
+
|`vectormap`| Builds vectormap utility UMD bundles (`dx.vectormaputils.*.js`) and geographic region data modules from shapefile sources and JST templates |
0 commit comments