mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +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;
|
export const Utils = helpers;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* webpack-merge exported for convenience. Useful for merging configuration objects
|
||||||
|
*/
|
||||||
|
export { merge };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize @nativescript/webpack with the webpack env.
|
* Initialize @nativescript/webpack with the webpack env.
|
||||||
* Must be called first.
|
* Must be called first.
|
||||||
|
Reference in New Issue
Block a user