Skip to content

Instantly share code, notes, and snippets.

@wlee221
Created January 11, 2021 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlee221/0ffb7a2b062e4a9a96d4a7673cbf12e8 to your computer and use it in GitHub Desktop.
Save wlee221/0ffb7a2b062e4a9a96d4a7673cbf12e8 to your computer and use it in GitHub Desktop.
Vue 3: vite.config.js configuration for Amplify UI Componets
vueCompilerOptions: {
isCustomElement: tag => tag.startsWith('amplify-')
}
@armenr
Copy link

armenr commented Jul 21, 2021

Thanks for posting this gist! For some reason, I still can't get vite to correctly resolve this :-\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment