Skip to content

Commit

Permalink
removing publicPath because it's causing issues
Browse files Browse the repository at this point in the history
-AI said this is how you remove it
  • Loading branch information
WeatherfordAaron committed Aug 20, 2024
1 parent 630aa4d commit 9e9cfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
path: path.resolve(__dirname, './build'),
pathinfo: true,
filename: 'app/js/[name].bundle.js',
publicPath: '/',
publicPath: '',
},
resolve: {
modules: [
Expand Down

0 comments on commit 9e9cfec

Please sign in to comment.