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 598890a commit 71db642Copy full SHA for 71db642
plugin/src/index.ts
@@ -26,10 +26,7 @@ export async function onPreBuild({
26
constants,
27
utils,
28
netlifyConfig,
29
- ...rest
30
}): Promise<void> {
31
- console.log(process.env)
32
- console.log({ constants, utils, netlifyConfig, rest })
33
const { PUBLISH_DIR } = constants
34
// Print a helpful message if the publish dir is misconfigured
35
if (!PUBLISH_DIR || process.cwd() === path.resolve(PUBLISH_DIR)) {
0 commit comments