We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c676a2b commit f03c3a3Copy full SHA for f03c3a3
src/module.ts
@@ -3,7 +3,6 @@ import {
3
addComponentsDir,
4
addImportsDir,
5
addLayout,
6
- addPlugin,
7
createResolver,
8
extendPages,
9
installModule,
@@ -141,8 +140,5 @@ export default defineNuxtModule<ModuleOptions>({
141
140
file: resolver.resolve('runtime/pages/DynamicSlug.vue'),
142
})
143
144
-
145
- // Do not add the extension since the `.ts` will be transpiled to `.mjs` after `npm run prepack`
146
- addPlugin(resolver.resolve('runtime/plugin'))
147
},
148
src/runtime/plugin.ts
0 commit comments