Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98423434
getDevServerOptions.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 13, 01:44
Size
324 B
Mime Type
text/x-java
Expires
Wed, Jan 15, 01:44 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23578167
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
getDevServerOptions.d.ts
View Options
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
Log In to Comment