Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98554539
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
Tue, Jan 14, 07:01
Size
324 B
Mime Type
text/x-java
Expires
Thu, Jan 16, 07:01 (1 d, 23 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