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 450d0ff commit c0797dfCopy full SHA for c0797df
packages/create-next-stack/src/main/plugins/plausible.ts
@@ -60,7 +60,7 @@ export const plausiblePlugin = createPlugin({
60
},
61
nextConfigJs: {
62
imports: endent`
63
- import { withPlausibleProxy } from "next-plausible";
+ const { withPlausibleProxy } = require("next-plausible");
64
`,
65
wrappersStart: "withPlausibleProxy()(",
66
wrappersEnd: ")",
0 commit comments