UNPKG

@wpk-cli/cli

Version:

an unofficial CLI for webpack

8 lines (7 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nativeCommandNames = void 0; const nativeCommandNames = ["opts", "get", "set", "build", "init", "add", "validate", "lint", "analyse", "alias", "info", "serve"]; exports.nativeCommandNames = nativeCommandNames;