1
0
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:
kaiyou
2019-05-06 18:26:50 +02:00
parent ecdf0c25b3
commit c2a04ab1d4
3 changed files with 47 additions and 42 deletions

View File

@@ -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: [