Skip to content

Commit

Permalink
chore: fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Jan 21, 2024
1 parent 704c65f commit 34f6875
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/unplugin/src/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export default defineNuxtModule<ModuleOptions>({
name: 'nuxt-unplugin-starter',
configKey: 'unpluginStarter',
},
defaults: {
// ...default options
},
defaults: undefined,
setup(options, _nuxt) {
addVitePlugin(() => vite(options))
addWebpackPlugin(() => webpack(options))
Expand Down

0 comments on commit 34f6875

Please sign in to comment.