We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d08d4a commit dae4d17Copy full SHA for dae4d17
1 file changed
extension/packages/nextjs/next.config.ts.args.mjs
@@ -1,8 +1,5 @@
1
export const preContent = `
2
-const {
3
- PHASE_DEVELOPMENT_SERVER,
4
- PHASE_PRODUCTION_BUILD,
5
-} = require("next/constants");
+import { PHASE_DEVELOPMENT_SERVER, PHASE_PRODUCTION_BUILD } from "next/constants";
6
`;
7
8
export const configOverrides = {
0 commit comments