mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
refactor: rename plugins
This commit is contained in:

committed by
Nathan Walker

parent
4e9750398e
commit
b770e2a69c
@ -36,7 +36,7 @@ export default function (env: IWebpackEnv): Config {
|
||||
});
|
||||
|
||||
// add VueLoaderPlugin
|
||||
config.plugin('vue').use(VueLoaderPlugin);
|
||||
config.plugin('VueLoaderPlugin').use(VueLoaderPlugin);
|
||||
|
||||
// add an alias for vue, since some plugins may try to import it
|
||||
config.resolve.alias.set('vue', 'nativescript-vue');
|
||||
|
Reference in New Issue
Block a user