UNPKG

@nx/webpack

Version:

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

7 lines (6 loc) 227 B
import { Tree } from '@nx/devkit'; import * as ts from 'typescript'; export declare function extractWebpackOptions(tree: Tree, webpackConfigPath: string): { withNxConfig: "" | ts.Node; withReactConfig: "" | ts.Node; };