You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Update the build configuration to use webpack and compiled assets
This commit is contained in:
@@ -9,9 +9,8 @@ module.exports = {
|
||||
vendor: "./assets/vendor.js"
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, "mailu/ui/static/"),
|
||||
filename: "[name].js",
|
||||
publicPath: "/static"
|
||||
path: path.resolve(__dirname, "static/"),
|
||||
filename: "[name].js"
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user