Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101834098
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
Fri, Feb 14, 05:01
Size
548 B
Mime Type
text/x-java
Expires
Sun, Feb 16, 05:01 (2 d)
Engine
blob
Format
Raw Data
Handle
24239513
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