Hi there! I've encountered a persistent error with my Vue.js app that I can't seem to resolve. Even after reinstalling everything and clearing the cache, the issue remains. Any assistance would be greatly appreciated.
Error: Rule can only have one resource source (provided resource and test + include + exclude) in
"exclude": [
null
],
"use": [
{
"loader": "/Users/juanpablo/front-treatments/node_modules/cache-loader/dist/cjs.js",
"options": {
"cacheDirectory": "/Users/juanpablo/front-treatments/node_modules/.cache/babel-loader",
"cacheIdentifier": "81fef5a6"
},
"ident": "clonedRuleSet-38[0].rules[0].use[0]"
},
{
"loader": "/Users/juanpablo/front-treatments/node_modules/babel-loader/lib/index.js",
"options": "undefined",
"ident": "undefined"
}
]
}
A detailed log of this operation can be found at the following links:
0 information indicates successful execution
1 verbose command executed: [
1 verbose node '/Users/juanpablo/.nvm/versions/node/v12.19.0/bin/node',
1 verbose npm '/Users/juanpablo/.nvm/versions/node/v12.19.0/bin/npm',
1 verbose run 'serve'
1 verbose CLI ]
2 info using <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="90fee0fdd0a6bea1a4bea8">[email protected]</a>
3 info using <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="244a4b4041645215160a151d0a14">[email protected]</a>
4 verbose script execution order: [ 'preserve', 'serve', 'postserve' ]
5 info lifecycle <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b9cfccdc94ddd8cad1dbd6d8cbddf98997889789">[email protected]</a>~preserve: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="413734246c25203229232e20332501716f706f71">[email protected]</a>
6 info lifecycle <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="116764743c75706279737e70637651213f203f21">[email protected]</a>~serve: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="126467773f7673617a707d73607652222c233c22">[email protected]</a>
7 verbose Elapsed time for serve script: true
...