UNPKG

@nx/webpack

Version:

The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.

34 lines (33 loc) 875 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxWebpackInit", "cli": "nx", "title": "Init Webpack Plugin", "description": "Initialize the Webpack Plugin.", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false }, "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update `package.json` scripts with inferred targets", "default": false } }, "required": [] }