UNPKG

miaam-scripts

Version:
9 lines (6 loc) 249 B
const WebpackDevServer = require('webpack-dev-server'); const createLiveServer = ({ liveServerConfig, compiler }) => { const liveServer = new WebpackDevServer(liveServerConfig, compiler); return liveServer; }; module.exports = createLiveServer;