UNPKG

seq-logging

Version:

Sends structured log events to the Seq HTTP ingestion API

9 lines (6 loc) 268 B
const { startDevServer } = require('@cypress/webpack-dev-server'); const webpackConfig = require('../../webpack.config.js'); module.exports = (on, config) => { on('dev-server:start', (options) => startDevServer({ options, webpackConfig })); return config; }