Skip to content

Commit

Permalink
chore(nuxt config): remove shim = false from nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Jun 5, 2024
1 parent 7e3b706 commit 2423a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const init = new Command()
// Configure modules in nuxt config
cfg.defaultExport.tailwindcss = defu(cfg.defaultExport.tailwindcss, { exposeConfig: true });
cfg.defaultExport.colorMode = defu(cfg.defaultExport.colorMode, { classSuffix: "" });
cfg.defaultExport.typescript = defu(cfg.defaultExport.typescript, { shim: false });
cfg.defaultExport.imports ||= {};
cfg.defaultExport.imports.imports ||= [];
const tvExists = cfg.defaultExport.imports.imports.find(
Expand Down

0 comments on commit 2423a4e

Please sign in to comment.