feat: allow devServer writing to disk from the command line
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = (env, argv) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
port,
|
port,
|
||||||
|
writeToDisk: argv.writeToDisk,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user