Skip to content

Commit

Permalink
Remove public path property from output
Browse files Browse the repository at this point in the history
  • Loading branch information
shanencross committed Apr 9, 2021
1 parent 4c8c9a0 commit 587c234
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 @@ -8,7 +8,6 @@ module.exports = {
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
publicPath: "/Team-Week-Project-Jeopardy-Simulator/"
},
devtool: 'eval-source-map',
devServer: {
Expand Down

0 comments on commit 587c234

Please sign in to comment.