Improve member adding and excluding flow
Allow to exclude a member Send emails to the member when it's excluded Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -3,5 +3,14 @@ const path = require("path");
|
||||
module.exports = {
|
||||
runtimeCompiler: true,
|
||||
lintOnSave: true,
|
||||
filenameHashing: true,
|
||||
outputDir: path.resolve(__dirname, "../priv/static"),
|
||||
configureWebpack: {
|
||||
optimization: {
|
||||
splitChunks: {
|
||||
minSize: 10000,
|
||||
maxSize: 250000,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user