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
bool
An exception occurs when plug-in @ice/plugin-moment-locales is added to the ice.config.mts configuration file.
Environment: Node: v20.18.1 OS: Mac OS Sequoia 15.3 Chip: Apple M3
Runing
No response
3.5.1
import { defineConfig } from '@ice/app'; import moment from '@ice/plugin-moment-locales'; export default defineConfig(() => ({ // console 等级为 trace < debug < log < info < warn < error dropLogLevel: 'log', plugins: [moment({ locales: ['en-US', 'zh-CN'] })], }));
The text was updated successfully, but these errors were encountered:
@ice/plugin-moment-locales does not support speedup mode yet. We will implement it in the next major version.
@ice/plugin-moment-locales
speedup
Sorry, something went wrong.
ClarkXia
No branches or pull requests
Describe the bug
An exception occurs when plug-in @ice/plugin-moment-locales is added to the ice.config.mts configuration file.
Environment:
Node: v20.18.1
OS: Mac OS Sequoia 15.3
Chip: Apple M3
Expected behavior
Runing
Actual behavior
No response
Version of ice.js
3.5.1
Content of build.json or ice.config.mts
Additional context
No response
The text was updated successfully, but these errors were encountered: