Page MenuHomec4science

getDevServerOptions.d.ts
No OneTemporary

File Metadata

Created
Fri, Oct 11, 00:19

getDevServerOptions.d.ts

import { devServerOptionsType } from './types';
/**
*
* Get the devServer option from the user's compiler options
*
* @param {Object} compiler - webpack compiler
* @param {Object} webpackArgs - webpack args
*
* @returns {Object}
*/
export default function getDevServerOptions(compiler: any): devServerOptionsType[];

Event Timeline