You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报警内容:warning: "import.meta" is not available in the configured target environment ("es2015") and will be empty
const modules = import.meta.glob('./modules/**/*.ts', {}
报警内容:warning: "import.meta" is not available in the configured target environment ("es2015") and will be empty
const modules = import.meta.glob('./modules/**/*.ts', {}
项目中的代码:
const modules = import.meta.glob('./modules/**/*.ts', {
import: 'default',
eager: true,
})
The text was updated successfully, but these errors were encountered: