From b3114739702b1bacf7605e4d3fbd455b14cbf3c4 Mon Sep 17 00:00:00 2001 From: tumms2021389 <97188066+tumms2021389@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:53:48 +0530 Subject: [PATCH] removed public path from webpack config (#546) --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index f426f3a8..f41640ba 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -136,7 +136,6 @@ module.exports = (env, argv) => { output: { filename: '[name].bundle.js', path: path.resolve(__dirname, 'dist'), - publicPath: '/', clean: true }, module: {