mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
refactor: rename plugins
This commit is contained in:
@ -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