Skip to content

Commit

Permalink
fix: Removing publicPath config in Webpack that is wreaking havok in …
Browse files Browse the repository at this point in the history
…resources loading.
  • Loading branch information
moufmouf committed Aug 19, 2021
1 parent 3365a8a commit 5ebf927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ module.exports = {
return pathData.chunk?.name === "main" ? "bundle.js" : "js/[name].[contenthash].js";
},
path: path.resolve(__dirname, "dist"),
publicPath: "/",
},
plugins: [
new webpack.HotModuleReplacementPlugin(),
Expand Down

0 comments on commit 5ebf927

Please sign in to comment.