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
正常运行
插件内找不到addDefineRoutesFunc
3.0
import { defineConfig } from '@ice/app'; import request from '@ice/plugin-request'; import store from '@ice/plugin-store'; import auth from '@ice/plugin-auth'; import i18n from '@ice/plugin-i18n'; import provider from "./plugins/provider-plugin"; import authPlugin from "./plugins/auth-plugin"; // The project config, see https://v3.ice.work/docs/guide/basic/config const minify = process.env.NODE_ENV === 'production' ? 'swc' : false; export default defineConfig(() => ({ ssg: false, minify, plugins: [request(), store(), auth(), provider(), authPlugin(), i18n({ locales: ['zh-CN', 'en-US', 'de'], defaultLocale: 'zh-CN', }),], routes: { ignoreFiles: ['**/components/**'], }, compileDependencies: false, }));
No response
The text was updated successfully, but these errors were encountered:
还未发正式版本,代码还在 review 中 #6149
Sorry, something went wrong.
@luhc228 好吧🥲
No branches or pull requests
Describe the bug
Expected behavior
正常运行
Actual behavior
插件内找不到addDefineRoutesFunc
Version of ice.js
3.0
Content of build.json or ice.config.mts
Additional context
No response
The text was updated successfully, but these errors were encountered: