Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Commit

Permalink
Add publicPath
Browse files Browse the repository at this point in the history
Leaving the option empty appends `auto` to all output files.
  • Loading branch information
11k committed May 23, 2021
1 parent d675d39 commit 2bd8c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -57,6 +57,7 @@ module.exports = {
entry: entryPoints,
output: {
path: __dirname + "/static",
publicPath: "",
filename: "[name].[contenthash].js",
},
plugins: [
Expand Down

0 comments on commit 2bd8c0d

Please sign in to comment.