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

This reverts commit 49b3fd2db1.
This commit is contained in:
Yuichiro Take
2023-10-11 17:19:57 +09:00
parent bd21f9ec46
commit 1f095e33d1
-1
View File
@@ -8,7 +8,6 @@ module.exports = {
mode: "production",
devtool: false,
entry: "./src/index.ts",
target: "node",
output: {
filename: "index.js",
path: path.resolve("./build"),