Created
September 29, 2022 10:21
-
-
Save Akryum/6bab33ad28b4b786cc5fe85c20b2585a to your computer and use it in GitHub Desktop.
RegExp to find dynamic Vue component imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=\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