Skip to content

Commit

Permalink
fix(theme): fix typos in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 22, 2022
1 parent c290982 commit f82ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/node/bundler.ts
Expand Up @@ -75,8 +75,8 @@ export const checkTag = (config: unknown, app: App): void => {
};

export const updateBundlerConfig = (config: unknown, app: App): void => {
addViteOptimizeDepsExclude({ app, config }, "@theme/hope");
addViteOptimizeDepsInclude({ app, config }, "@vueuse/core");
addViteOptimizeDepsExclude({ app, config }, "@theme-hope");

checkTag(config, app);
};

0 comments on commit f82ac75

Please sign in to comment.