We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0800f4a commit e470b77Copy full SHA for e470b77
1 file changed
www/next.config.js
@@ -15,7 +15,6 @@ const path = require('path');
15
const withMDX = require('@next/mdx')();
16
17
// const withMDX = (x) => x;
18
-
19
const spawnSync = require('child_process').spawnSync;
20
21
const exec = (cmd, args = []) => spawnSync(cmd, args, { stdio: 'pipe' });
0 commit comments