We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, }) // ....... })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error when starting dev server:
TypeError: (0 , import_vite_plugin_mock.default) is not a function
The text was updated successfully, but these errors were encountered: