-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I tried adding this plugin to my Nativescript Vue Project it returned this error,
C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\vue-loader\lib\plugin-webpack5.js:107
throw new Error(
^
Error: [VueLoaderPlugin Error] No matching use for vue-loader is found.
Make sure the rule matching .vue files include vue-loader in its use.
at VueLoaderPlugin.apply (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\vue-loader\lib\plugin-webpack5.js:107:13)
at createCompiler (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\webpack\lib\webpack.js:73:12)
at create (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\webpack\lib\webpack.js:134:16)
at webpack (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\webpack\lib\webpack.js:158:32)
at f (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\webpack\lib\index.js:64:16)
at Command. (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules@nativescript\webpack\dist\bin\index.js:76:44)
at Command.listener [as _actionHandler] (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\commander\lib\command.js:488:17)
at C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\commander\lib\command.js:1227:65
at Command._chainOrCall (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\commander\lib\command.js:1144:12)
at Command._parseCommand (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\commander\lib\command.js:1227:27)
at Command._dispatchSubcommand (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\commander\lib\command.js:1050:25)
at Command._parseCommand (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\commander\lib\command.js:1193:19)
at Command.parse (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules\commander\lib\command.js:897:10)
at Object. (C:\Users\abbie\Documents\Novacio\Chopichop\Nativescript\node_modules@nativescript\webpack\dist\bin\index.js:121:21)
at Module._compile (node:internal/modules/cjs/loader:1108:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)