Skip to content

Commit

Permalink
Merge pull request #465 from ueuiedev/main
Browse files Browse the repository at this point in the history
fix(typos): minor typo correction in comments
  • Loading branch information
thejackshelton authored Oct 25, 2023
2 parents fa200f7 + 4fbc197 commit f494751
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/kit-fluffy/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
name: 'fluffy',
fileName: (format) => `index.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
// Change this to the formats you want to support.
// Don't forgot to update your package.json as well.
// Don't forget to update your package.json as well.
formats: ['es', 'cjs'],
},
rollupOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-headless/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineConfig({
`${entryName}.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
// fileName: 'index',
// Change this to the formats you want to support.
// Don't forgot to update your package.json as well.
// Don't forget to update your package.json as well.
formats: ['es', 'cjs'],
},
rollupOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-material/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
name: 'limpy',
fileName: 'index',
// Change this to the formats you want to support.
// Don't forgot to update your package.json as well.
// Don't forget to update your package.json as well.
formats: ['es', 'cjs'],
},
rollupOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-tailwind/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
name: 'tailwind',
fileName: (format) => `index.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
// Change this to the formats you want to support.
// Don't forgot to update your package.json as well.
// Don't forget to update your package.json as well.
formats: ['es', 'cjs'],
},
rollupOptions: {
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
name: 'primitives',
fileName: 'index',
// Change this to the formats you want to support.
// Don't forgot to update your package.json as well.
// Don't forget to update your package.json as well.
formats: ['es', 'cjs'],
},
rollupOptions: {
Expand Down

0 comments on commit f494751

Please sign in to comment.