support node.js environment for server-side rendering #87

This commit is contained in:
Yuichiro Take
2023-09-30 16:49:51 +09:00
parent 87b439567b
commit 49b3fd2db1
+1
View File
@@ -8,6 +8,7 @@ module.exports = {
mode: "production",
devtool: false,
entry: "./src/index.ts",
target: "node",
output: {
filename: "index.js",
path: path.resolve("./build"),