diff --git a/webpack.config.js b/webpack.config.js index 5514036..ca088e8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -41,7 +41,7 @@ module.exports = { }, resolve: { extensions: [".tsx", ".ts", ".js", "*"] }, output: { - path: path.resolve(__dirname, "dist/"), + path: path.resolve(__dirname, "build/"), publicPath: "/", filename: "bundle.js" },