Skip to content

Commit 17a9bee

Browse files
committed
refactor(theme): disable @vue-storefront/core $vsf context plugin
see vuestorefront/vue-storefront#6641 the abillity to do this is new in @vue-storefront/[email protected] (version bump made earlier today) suqsh this
1 parent f860a6e commit 17a9bee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/theme/nuxt.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ export default () => {
8383
'@vue-storefront/core',
8484
],
8585
},
86+
// selectively disabling certain @vue-storefront/core plugins for migration
87+
context: false,
8688
}],
8789
['@vue-storefront/magento/nuxt', {
8890
i18n: {

0 commit comments

Comments
 (0)