fix: fix asset loading on subfolder deployments (#164)

This commit is contained in:
Robert Kaussow 2022-01-23 21:39:09 +01:00 committed by GitHub
parent 8fb428e672
commit c3bcc40486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ var config = {
filename: "js/[name].bundle.min.js",
chunkFilename: "js/[name].chunk.min.js",
path: path.join(__dirname, "static"),
publicPath: "/",
clean: true
},
watchOptions: {