UNPKG

@gdjiami/cli

Version:

CLI for build front end project.

12 lines (11 loc) 352 B
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export default class WatchMissingNodeModulesPlugin { private nodeModulesPath; constructor(nodeModulesPath: string); apply(compiler: any): void; }