mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
feat(webpack): export merge helper
This commit is contained in:

committed by
Nathan Walker

parent
7582219f88
commit
4c393cd837
@ -88,6 +88,11 @@ export const defaultConfigs = configs;
|
||||
*/
|
||||
export const Utils = helpers;
|
||||
|
||||
/**
|
||||
* webpack-merge exported for convenience. Useful for merging configuration objects
|
||||
*/
|
||||
export { merge };
|
||||
|
||||
/**
|
||||
* Initialize @nativescript/webpack with the webpack env.
|
||||
* Must be called first.
|
||||
|
Reference in New Issue
Block a user