We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hash
1 parent 2679d60 commit 52ba7aaCopy full SHA for 52ba7aa
1 file changed
src/provider.ts
@@ -94,7 +94,7 @@ export async function resolveProvider (_nuxt: any, key: string, input: InputProv
94
...input,
95
setup,
96
runtime: normalize(input.provider!),
97
- importName: `${key}Runtime$${hash(input.provider!, 4)}`,
+ importName: `${key}Runtime$${hash(input.provider)}`,
98
runtimeOptions: input.options
99
}
100
0 commit comments