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 a2d7ef2 commit 1f5a7d2Copy full SHA for 1f5a7d2
src/utils/configuration.ts
@@ -149,10 +149,9 @@ function addClientHintsPlugin(
149
filename: `http-client-hints.${mode}.mjs`,
150
name,
151
mode: `${mode}`,
152
- write: true,
+ write: false,
153
getContents() {
154
- return `
155
-import { defineNuxtPlugin, readonly, useState } from '#imports'
+ return `import { defineNuxtPlugin, readonly, useState } from '#imports'
156
157
export default defineNuxtPlugin({
158
name: '${name}',
0 commit comments