Skip to content

Commit

Permalink
fix(node): Propagate --bundler when passed via CNW
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Apr 26, 2023
1 parent d24862d commit ff5e8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workspace/src/generators/preset/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ async function createPreset(tree: Tree, options: Schema) {
const { applicationGenerator: nodeApplicationGenerator } = require('@nx' +
'/node');
return nodeApplicationGenerator(tree, {
bundler: options.bundler,
name: options.name,
linter: options.linter,
standaloneConfig: options.standaloneConfig,
Expand Down

0 comments on commit ff5e8f5

Please sign in to comment.