File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference types="vitest" />
2
2
import { qwikVite } from '@builder.io/qwik/optimizer' ;
3
- import { macroPlugin } from '@builder.io/vite-plugin-macro' ;
4
3
import { join } from 'path' ;
5
4
import { qwikNxVite } from 'qwik-nx/plugins' ;
6
5
import { defineConfig } from 'vite' ;
@@ -44,7 +43,7 @@ export default defineConfig({
44
43
name : 'fluffy' ,
45
44
fileName : ( format ) => `index.qwik.${ format === 'es' ? 'mjs' : 'cjs' } ` ,
46
45
// Change this to the formats you want to support.
47
- // Don't forgot to update your package.json as well.
46
+ // Don't forget to update your package.json as well.
48
47
formats : [ 'es' , 'cjs' ] ,
49
48
} ,
50
49
rollupOptions : {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default defineConfig({
53
53
`${ entryName } .qwik.${ format === 'es' ? 'mjs' : 'cjs' } ` ,
54
54
// fileName: 'index',
55
55
// Change this to the formats you want to support.
56
- // Don't forgot to update your package.json as well.
56
+ // Don't forget to update your package.json as well.
57
57
formats : [ 'es' , 'cjs' ] ,
58
58
} ,
59
59
rollupOptions : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineConfig({
32
32
name : 'limpy' ,
33
33
fileName : 'index' ,
34
34
// Change this to the formats you want to support.
35
- // Don't forgot to update your package.json as well.
35
+ // Don't forget to update your package.json as well.
36
36
formats : [ 'es' , 'cjs' ] ,
37
37
} ,
38
38
rollupOptions : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineConfig({
32
32
name : 'tailwind' ,
33
33
fileName : ( format ) => `index.qwik.${ format === 'es' ? 'mjs' : 'cjs' } ` ,
34
34
// Change this to the formats you want to support.
35
- // Don't forgot to update your package.json as well.
35
+ // Don't forget to update your package.json as well.
36
36
formats : [ 'es' , 'cjs' ] ,
37
37
} ,
38
38
rollupOptions : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default defineConfig({
24
24
name : 'primitives' ,
25
25
fileName : 'index' ,
26
26
// Change this to the formats you want to support.
27
- // Don't forgot to update your package.json as well.
27
+ // Don't forget to update your package.json as well.
28
28
formats : [ 'es' , 'cjs' ] ,
29
29
} ,
30
30
rollupOptions : {
You can’t perform that action at this time.
0 commit comments