Skip to content

Commit

Permalink
feat: webpack public path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishchit14 committed Oct 10, 2022
1 parent 157030c commit daf9c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down

0 comments on commit daf9c18

Please sign in to comment.