File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments