Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101486284
mergeWebpackConfig.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, Feb 10, 22:27
Size
548 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 22:27 (2 d)
Engine
blob
Format
Raw Data
Handle
24163139
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
mergeWebpackConfig.d.ts
View Options
import { Configuration } from 'webpack';
declare type MetaConfig = Configuration | ((env?: string) => Configuration);
/**
* Merge two Webpack configs.
*
* In the user config:
* - Ignores given sections (options.ignore).
* - Ignores plugins that shouldn’t be used twice or may cause issues.
*
* @param {object} baseConfig
* @param {object|Function} userConfig
* @param {string} env
* @return {object}
*/
export default function mergeWebpackConfig(baseConfig: MetaConfig, userConfig: MetaConfig, env?: string): Configuration;
export {};
Event Timeline
Log In to Comment