From 033ab285bace400d84490b4619fad24f3ebee44a Mon Sep 17 00:00:00 2001 From: Jamari McFarlane <71823011+JamarTG@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:36:48 -0500 Subject: [PATCH] Update webpack.config.js --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 9a3c526..ff10b77 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,4 +1,5 @@ const path = require('path'); + const CopyWebpack = require('copy-webpack-plugin'); module.exports = { @@ -29,4 +30,4 @@ module.exports = { filename: 'main.js', path: path.resolve(__dirname, 'dist'), }, -}; \ No newline at end of file +};