UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

10 lines 330 B
import { DependencyRule } from "./DependencyRule.js"; export class FN002033_DEVDEP_css_loader extends DependencyRule { constructor(options) { super({ ...options, packageName: 'css-loader', isDevDep: true }); } get id() { return 'FN002033'; } } //# sourceMappingURL=FN002033_DEVDEP_css_loader.js.map