Skip to content

Commit

Permalink
chore: bundler module resolution is default now
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Feb 4, 2024
1 parent 47d7aa6 commit e90a804
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .nuxtrc

This file was deleted.

4 changes: 0 additions & 4 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export default defineNuxtConfig({
},
},

future: {
typescriptBundlerResolution: true,
},

typescript: {
// TODO: Re-enable when test directory can be excluded from type checking
// typeCheck: 'build,
Expand Down
4 changes: 0 additions & 4 deletions test/fixture/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ export default defineNuxtConfig({
},
},

future: {
typescriptBundlerResolution: true,
},

typescript: {
shim: false,
},
Expand Down

0 comments on commit e90a804

Please sign in to comment.