feat(webpack): export merge helper

This commit is contained in:
Igor Randjelovic
2021-09-08 14:30:59 +02:00
committed by Nathan Walker
parent 7582219f88
commit 4c393cd837

View File

@ -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.