Skip to content

Commit

Permalink
removed public path from webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
tumms2021389 committed Jan 5, 2025
1 parent 130640b commit c9ecb43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ module.exports = (env, argv) => {
output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'dist'),
publicPath: '/',
clean: true
},
module: {
Expand Down

0 comments on commit c9ecb43

Please sign in to comment.