mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
feat: initial angular support + clean up tests
This commit is contained in:
@ -59,8 +59,10 @@ export function useConfig(config: keyof typeof defaultConfigs | false) {
|
||||
}
|
||||
|
||||
export function chainWebpack(
|
||||
chainFn: (config: Config, env: IWebpackEnv) => any
|
||||
chainFn: (config: Config, env: IWebpackEnv) => any,
|
||||
options?: { last?: boolean }
|
||||
) {
|
||||
// todo: handle options.last by storing them in a separate array?
|
||||
webpackChains.push(chainFn);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user