mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
feat: external config loading
+refactor many pieces
This commit is contained in:
@ -23,6 +23,8 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
|
||||
.tap((options) => {
|
||||
return {
|
||||
...options,
|
||||
// todo: should be a compiler object
|
||||
// but we want it as an external dependency
|
||||
compiler: 'nativescript-vue-template-compiler',
|
||||
};
|
||||
})
|
||||
|
Reference in New Issue
Block a user