Skip to content

Instantly share code, notes, and snippets.

@Akryum
Created September 29, 2022 10:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akryum/6bab33ad28b4b786cc5fe85c20b2585a to your computer and use it in GitHub Desktop.
Save Akryum/6bab33ad28b4b786cc5fe85c20b2585a to your computer and use it in GitHub Desktop.
RegExp to find dynamic Vue component imports
=\s\(\) => import\([\s\n]*(\/\*.*?\*\/[\s\n]*)?'.*?\.vue'[\s\n]*\)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment