Removes deprecated option for inline

This commit is contained in:
Amir Raminfar
2021-10-15 10:49:42 -07:00
parent d867b96e98
commit bef1fdce1b

View File

@@ -68,7 +68,6 @@ module.exports = (env, argv) => ({
},
devServer: {
port: 8081,
inline: true,
hot: true,
open: true,
historyApiFallback: true,