feature request: to dynamically import file content to support code splitting #6612
Closed
4 tasks done
Labels
enhancement
New feature or request
Clear and concise description of the problem
After version 2.8 of #5545, the content of the file can be dynamically imported, but the matched files are all packaged into one file, resulting in a large single file.
@ygj6
Suggested solution
Add parameter configuration to the method import.meta.glob or return directly:
{ path1: ()=>import(path1) }
replace
{ path: fileContent }
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: