Skip to content

Commit

Permalink
fix: support legacy @nuxt/kit
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 23, 2021
1 parent 991ea2f commit 2918334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt-webpack-optimisations/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineNuxtModule<NuxtWebpackOptimisationOptions>({
},
// support @nuxt/kit legacy
// @ts-ignore
configKey: CONFIG_KEY,
configKey: NUXT_CONFIG_KEY,
// @ts-ignore
name: NAME,
defaults: defaultOptions,
Expand Down

0 comments on commit 2918334

Please sign in to comment.