From 7be3c23efb2879df4b9a2e2f56f75b34d9eba2d9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 18 Sep 2021 14:23:17 -0500 Subject: [PATCH] Disable unused code --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index dfdbd5d..81d1b54 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -const path = require("path") +// const path = require("path") const CopyPlugin = require("copy-webpack-plugin") module.exports = {