Unified build and dist folders

This commit is contained in:
2020-06-23 21:51:55 +02:00
parent 2381f43d38
commit c045329eb0

View File

@@ -41,7 +41,7 @@ module.exports = {
}, },
resolve: { extensions: [".tsx", ".ts", ".js", "*"] }, resolve: { extensions: [".tsx", ".ts", ".js", "*"] },
output: { output: {
path: path.resolve(__dirname, "dist/"), path: path.resolve(__dirname, "build/"),
publicPath: "/", publicPath: "/",
filename: "bundle.js" filename: "bundle.js"
}, },