Skip to content

Commit

Permalink
resolve path windows
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 4, 2024
1 parent 50ee8ca commit c531dc9
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 @@ -9,7 +9,7 @@ export default (isLiveBuild, buildInfo) =>
"mode": isLiveBuild ? "production" : "development",
"devtool": isLiveBuild ? "source-map" : "eval-cheap-module-source-map",
"entry": {
"scripts.standalone.js": [path.join("./src_client", "index_standalone.js")]
"scripts.standalone.js": [path.resolve("./src_client", "index_standalone.js")]
},
"output": {
"path": path.resolve("./public", "js"),
Expand Down

0 comments on commit c531dc9

Please sign in to comment.