Skip to content

Commit

Permalink
path resolve?!
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 4, 2024
1 parent 8a864fe commit a7e581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.standalone.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default (isLiveBuild, buildInfo) =>
"scripts.standalone.js": [path.join(__dirname, "src_client", "index_standalone.js")]
},
"output": {
"path": path.join(__dirname, "public", "js"),
"path": path.resolve(path.join(__dirname, "public", "js")),
"filename": "[name]",
},
"stats": isLiveBuild,
Expand Down

0 comments on commit a7e581b

Please sign in to comment.