vbenjs / vite-plugin-mock

A mock plugin for vite.use mockjs.
MIT License
610 stars 96 forks source link

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

Open aysuqi opened 1 year ago

aysuqi commented 1 year ago

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