We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b346903 commit 53c8e96Copy full SHA for 53c8e96
packages/knip/src/plugins/vue/index.ts
@@ -13,7 +13,7 @@ const enablers = ['vue'];
13
14
const isEnabled: IsPluginEnabled = ({ dependencies }) => hasDependency(dependencies, enablers);
15
16
-const config = ['vue.config.{js,ts}'];
+const config = ['vue.config.{js,ts,mjs}'];
17
18
const resolveConfig: ResolveConfig<VueConfig> = async (config, options) => {
19
const { manifest } = options;
0 commit comments