mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-28 04:05:21 +08:00
feature (embed): embed frontend assets from the binary
This commit is contained in:
@ -11,7 +11,7 @@ const config = {
|
||||
app: path.join(__dirname, "client", "index.js"),
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, "dist", "data", "public"),
|
||||
path: path.join(__dirname, "server", "ctrl", "static", "www"),
|
||||
publicPath: "/",
|
||||
filename: "assets/js/[name]_[chunkhash].js",
|
||||
chunkFilename: "assets/js/chunk_[name]_[id]_[chunkhash].js",
|
||||
|
||||
Reference in New Issue
Block a user