-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Environment
- Operating System:
Darwin - Node Version:
v16.13.0 - Nuxt Version:
2.16.0-27277936.ab1c6cb4 - Package Manager:
[email protected] - Bundler:
Webpack - User Config:
target,vue,env,head,css,plugins,storybook,tailwindcss,components,bridge,nitro,buildModules,modules,gtm,image,markdownit,screen,axios,i18n,googleFonts,build,alias,serverMiddleware,generate,router - Runtime Modules:
@nuxtjs/[email protected],@nuxtjs/[email protected],[email protected],@nuxtjs/[email protected],vue-screen/nuxt,portal-vue/nuxt,[email protected],@nuxtjs/[email protected],vue-social-sharing/nuxt - Build Modules:
@nuxtjs/[email protected],@nuxtjs/[email protected],@nuxtjs/[email protected],@nuxtjs/[email protected],@nuxt/[email protected],@pinia/[email protected],~/modules/menu,~/modules/hubspot-properties,~/modules/write-redirects,~/modules/write-robots,@nuxt/[email protected]
Reproduction
Can't reproduce for now
Describe the bug
After pulling any bridge-edge build that comes after this commit (nuxt/framework@f5d1d9a) breaks both yarn dev and yarn build builds with the following errors:
Module parse failed: Identifier 'useUIState' has already been declared (91:9)
File was processed with these loaders:
* ./node_modules/unplugin/dist/webpack/loaders/transform.js
* ./node_modules/unplugin/dist/webpack/loaders/transform.js
* ./node_modules/babel-loader/lib/index.js
* ./node_modules/vue-loader/lib/index.js
* ./node_modules/unplugin/dist/webpack/loaders/transform.js
You may need an additional loader to handle the result of these loaders.
Additional context
Happens both in my machine and in netlify build environment
Logs
No response