From daf9c185e24adc1523664594f088defbe4e8f2c9 Mon Sep 17 00:00:00 2001 From: Nishchit14 Date: Mon, 10 Oct 2022 11:15:05 +0530 Subject: [PATCH] feat: webpack public path changed --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index f7166fbe4..5683702db 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,6 +59,7 @@ exports.output = { globalObject: 'this', filename: '[name].bundle.js', chunkFilename: '[name].bundle.js', + publicPath: '/js', }; exports.output.path = path.join(__dirname, `./build/${env}/js`);