diff --git a/webpack.config.js b/webpack.config.js index e0c1541..f7dc7da 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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,