Remove plugins with vue-cli3

sven picture sven · May 3, 2018 · Viewed 21.3k times · Source

Is there a way to remove plugins and its configuration with vue-cli3 in an existing project? For example I want to replace unit test plugin Mocha with Jest. I know how to add and invoke a new plugin but I cannot find how to remove one. Is it possible with vue-cli or do I need to do it manually?

Answer

nicodemus13 picture nicodemus13 · Sep 17, 2018

I've asked about this (How does one uninstall a plugin? #2540) and it appears the current official advice is to issue an npm uninstall X.