Skip to content

Commit

Permalink
feat(react): experimental workspace preset uses vite (#13323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Nov 23, 2022
1 parent e3d8b2c commit a2cf352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workspace/src/generators/preset/preset.ts
Expand Up @@ -71,6 +71,7 @@ async function createPreset(tree: Tree, options: Schema) {
unitTestRunner: 'none',
standaloneConfig: options.standaloneConfig,
rootProject: true,
bundler: 'vite',
});
} else if (options.preset === Preset.NextJs) {
const { applicationGenerator: nextApplicationGenerator } = require('@nrwl' +
Expand Down

1 comment on commit a2cf352

@vercel
Copy link

@vercel vercel bot commented on a2cf352 Nov 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.