From 9e9cfec07ab551512909d5edeb10983686d4dd0e Mon Sep 17 00:00:00 2001 From: AaronW Date: Tue, 20 Aug 2024 07:24:08 -0500 Subject: [PATCH] removing publicPath because it's causing issues -AI said this is how you remove it --- webpack.config.dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.dev.js b/webpack.config.dev.js index d49f1275..95640248 100644 --- a/webpack.config.dev.js +++ b/webpack.config.dev.js @@ -22,7 +22,7 @@ module.exports = { path: path.resolve(__dirname, './build'), pathinfo: true, filename: 'app/js/[name].bundle.js', - publicPath: '/', + publicPath: '', }, resolve: { modules: [