Skip to content

Commit

Permalink
chore: clear useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranAltman committed Jul 18, 2024
1 parent 7fb796e commit 78cb6ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ export default defineNuxtModule<ModuleOptions>({
setup(options, nuxt) {
const resolver = createResolver(import.meta.url)

// Do not add the extension since the `.ts` will be transpiled to `.mjs` after `npm run prepack`
addPlugin(resolver.resolve('./runtime/plugin'))

// components
addComponentsDir({ path: resolver.resolve('./runtime/components') })

Expand Down
5 changes: 0 additions & 5 deletions src/runtime/plugin.ts

This file was deleted.

0 comments on commit 78cb6ad

Please sign in to comment.