Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffekey authored Aug 4, 2024
1 parent ffd327d commit f6fc803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const isProduction = process.env.NODE_ENV == "production"
const config = {
entry: "./src/index.ts",
output: {
path: path.resolve(__dirname, "build"),
path: __dirname,
},
devServer: {
open: true,
Expand Down

0 comments on commit f6fc803

Please sign in to comment.