Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在vite项目中使用引入多模块的方式时控制台中报警 #108

Open
aysuqi opened this issue Aug 31, 2023 · 0 comments
Open

在vite项目中使用引入多模块的方式时控制台中报警 #108

aysuqi opened this issue Aug 31, 2023 · 0 comments

Comments

@aysuqi
Copy link

aysuqi commented Aug 31, 2023

报警内容: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,
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant