change build directory name

This commit is contained in:
weboko 2023-01-26 00:34:37 +01:00
parent 18dd58593b
commit 549a260678
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ const path = require("path");
module.exports = {
entry: "./index.js",
output: {
path: path.resolve(__dirname, "dist"),
path: path.resolve(__dirname, "build"),
filename: "index.js",
},
experiments: {