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 11/// <reference types="vitest" />
22import { qwikVite } from '@builder.io/qwik/optimizer' ;
3- import { macroPlugin } from '@builder.io/vite-plugin-macro' ;
43import { join } from 'path' ;
54import { qwikNxVite } from 'qwik-nx/plugins' ;
65import { defineConfig } from 'vite' ;
@@ -44,7 +43,7 @@ export default defineConfig({
4443 name : 'fluffy' ,
4544 fileName : ( format ) => `index.qwik.${ format === 'es' ? 'mjs' : 'cjs' } ` ,
4645 // 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.
4847 formats : [ 'es' , 'cjs' ] ,
4948 } ,
5049 rollupOptions : {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default defineConfig({
5353 `${ entryName } .qwik.${ format === 'es' ? 'mjs' : 'cjs' } ` ,
5454 // fileName: 'index',
5555 // 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.
5757 formats : [ 'es' , 'cjs' ] ,
5858 } ,
5959 rollupOptions : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineConfig({
3232 name : 'limpy' ,
3333 fileName : 'index' ,
3434 // 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.
3636 formats : [ 'es' , 'cjs' ] ,
3737 } ,
3838 rollupOptions : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineConfig({
3232 name : 'tailwind' ,
3333 fileName : ( format ) => `index.qwik.${ format === 'es' ? 'mjs' : 'cjs' } ` ,
3434 // 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.
3636 formats : [ 'es' , 'cjs' ] ,
3737 } ,
3838 rollupOptions : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default defineConfig({
2424 name : 'primitives' ,
2525 fileName : 'index' ,
2626 // 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.
2828 formats : [ 'es' , 'cjs' ] ,
2929 } ,
3030 rollupOptions : {
You can’t perform that action at this time.
0 commit comments