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
No known key found for this signature in database
GPG key ID: 4CC6BD922C8AF137

View file

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