From c9ecb43530cbabdfa93dcf7102a5022eca46712a Mon Sep 17 00:00:00 2001 From: Siva Rama Krishna Date: Sun, 5 Jan 2025 17:12:11 +0530 Subject: [PATCH] removed public path from webpack config --- 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: {