@flowaccount/nx-aws-cdk
Version:
aws-cdk executors and generators for nx workspace
14 lines • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
//import * as nodeExternals from 'webpack-node-externals';
const webpack_1 = require("@nx/webpack");
const with_externals_1 = require("../utils/with-externals");
module.exports = (0, webpack_1.composePlugins)((0, webpack_1.withNx)(), (0, with_externals_1.withExternals)([
/^aws-cdk-lib\//,
/aws-cdk-stack\//,
/^aws-cdk-core\//,
/^nx-aws-cdk\//,
])
//withNode(),
);
//# sourceMappingURL=webpack.config.js.map