feat: allow devServer writing to disk from the command line

This commit is contained in:
Baptiste Grob
2020-09-11 11:53:49 +02:00
parent 80d62489eb
commit 337589b7e9

View File

@@ -27,6 +27,7 @@ module.exports = (env, argv) => {
},
},
port,
writeToDisk: argv.writeToDisk,
}
});
};