Skip to content

Commit 52cee8d

Browse files
chore(repo): update readme
1 parent b4d45d8 commit 52cee8d

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ This plugin supports Nx migrations and provides necessary version and code updat
9393

9494
| qwik-nx version | Nx version |
9595
| --------------- | ------------------------- |
96+
| ^3.2.0 | ^21.0.0 |
9697
| ^3.1.0 | ^20.7.0 |
9798
| ^3.0.0 | ^20.0.0 |
9899
| ^2.0.0 | ^17.0.0, ^18.0.0, ^19.0.0 |

packages/qwik-nx/src/migrations/__snapshots__/add-root-property-to-vite-config.spec.ts.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ exports[`add-root-property-to-vite-config migration should add/update the "root"
44
"import { qwikVite } from \\"@builder.io/qwik/optimizer\\";
55
import { defineConfig } from \\"vite\\";
66
import tsconfigPaths from \\"vite-tsconfig-paths\\";
7-
import { qwikNxVite } from \\"qwik-nx/plugins\\";
87
export default defineConfig({
98
root: apps / myapp,
109
plugins: [
11-
qwikNxVite(),
1210
qwikVite({
1311
client: {
1412
outDir: \\"../../dist/apps/myapp/client\\",

packages/qwik-nx/src/migrations/add-root-property-to-vite-config.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ const getViteConfigSample = (
2828
) => `import { qwikVite } from '@builder.io/qwik/optimizer';
2929
import { defineConfig } from 'vite';
3030
import tsconfigPaths from 'vite-tsconfig-paths';
31-
import { qwikNxVite } from 'qwik-nx/plugins';
3231
3332
export default defineConfig({
3433
${includeRootProp ? '\nroot: "apps/myapp"' : ''}
3534
plugins: [
36-
qwikNxVite(),
3735
qwikVite({
3836
client: {
3937
outDir: '../../dist/apps/myapp/client',
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
export * from './qwik-nx-vite.plugin';
2-
export type {
3-
ProjectFilter,
4-
ExcludeProjectFilter,
5-
QwikNxVitePluginOptions,
6-
} from './models/qwik-nx-vite';

0 commit comments

Comments
 (0)