support node.js environment for server-side rendering #87
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
mode: "production",
|
||||
devtool: false,
|
||||
entry: "./src/index.ts",
|
||||
target: "node",
|
||||
output: {
|
||||
filename: "index.js",
|
||||
path: path.resolve("./build"),
|
||||
|
||||
Reference in New Issue
Block a user