Skip to content

Commit 2f226b8

Browse files
committed
fix: fixed directoryname typo
1 parent c407154 commit 2f226b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const deliveryClientModule: Module<IDeliveryClientConfig> = function (moduleOpti
3030

3131
const runtimeDir = resolve(__dirname, 'runtime')
3232
this.nuxt.options.alias['~deliveryclientruntime'] = runtimeDir
33-
this.nuxt.options.build.transpile.push(runtimeDir, 'kentico-kontent-nuxt-module-ts')
33+
this.nuxt.options.build.transpile.push(runtimeDir, 'kentico-kontent-nuxt-module')
3434

3535
// Add configuration plugin
3636
this.addPlugin({
@@ -42,7 +42,7 @@ const deliveryClientModule: Module<IDeliveryClientConfig> = function (moduleOpti
4242
// Add plugin
4343
this.addPlugin({
4444
src: resolve(__dirname, './runtime/plugin.template.js'),
45-
fileName: 'deliveryclient/kentico-kontent-nuxt-module-ts.js',
45+
fileName: 'deliveryclient/kentico-kontent-nuxt-module.js',
4646
options
4747
})
4848
}

0 commit comments

Comments
 (0)