File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default defineConfig({
44
44
name : 'fluffy' ,
45
45
fileName : ( format ) => `index.qwik.${ format === 'es' ? 'mjs' : 'cjs' } ` ,
46
46
// Change this to the formats you want to support.
47
- // Don't forgot to update your package.json as well.
47
+ // Don't forget to update your package.json as well.
48
48
formats : [ 'es' , 'cjs' ] ,
49
49
} ,
50
50
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