const path = require('path'); module.exports = { devServer: { writeToDisk: true, port: 3300, liveReload: true, open: false, } };