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

TypeError: (0 , import_vite_plugin_mock.default) is not a function #107

Open
Eastboat opened this issue Aug 24, 2023 · 0 comments
Open

TypeError: (0 , import_vite_plugin_mock.default) is not a function #107

Eastboat opened this issue Aug 24, 2023 · 0 comments

Comments

@Eastboat
Copy link

error when starting dev server:
TypeError: (0 , import_vite_plugin_mock.default) is not a function

// vite.config.js

// MockJS 插件
import viteMockServe from 'vite-plugin-mock';

//......
export default defineConfig({
  plugins: [
    vue(),
    viteMockServe({
      mockPath: './src/mock', // mock文件所在文件夹
      localEnabled: true, // 是否应用于本地
      prodEnabled: false, // 是否应用于生产
      watchFiles: true, // 监听mock文件变化
      logger: 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