From 1868a70829b84381d2f59a2bf275b04466015f24 Mon Sep 17 00:00:00 2001 From: Atmostfear Entertainment Date: Sat, 31 Aug 2024 08:14:59 -0500 Subject: [PATCH] Update webpack.config.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed: Outputs to 'build' folder comment. Co-Authored-By: Elín Ólafsdóttir <115507350+eelinolafsdottir@users.noreply.github.com> --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 8995cc8..88fbcb5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,7 +19,7 @@ module.exports = (env) => { }, output: { - path: path.resolve(__dirname, 'build'), // Outputs to 'build' folder + path: path.resolve(__dirname, 'build'), filename: '[name].js', },